<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.text.pandoc">
    <title>gmane.text.pandoc</title>
    <link>http://blog.gmane.org/gmane.text.pandoc</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6599"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6592"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6578"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6577"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6575"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6572"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6570"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6568"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6567"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6562"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6556"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6553"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6549"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6546"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6541"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6536"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6535"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6533"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6525"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.pandoc/6519"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6599">
    <title>Table's issue</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6599</link>
    <description>&lt;pre&gt;Hello,

Im currently using Pandoc 1.11.1, but I've got a tables issue (longtable).

Sometimes my tables are not shown at all (visible but in plain text) and 
sometimes my tables are rendered out of the page

See example below:
HTML: http://application.wikixl.nl/tmp/basisgemeente_23.html
PDF: http://application.wikixl.nl/tmp/basisgemeente_23.pdf

Im using the default.latex template for conversion. Does anyone has a clue 
to fix this?

&lt;/pre&gt;</description>
    <dc:creator>yvdbogert-qeIDC2jw0sbz+pZb47iToQ&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-12T08:10:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6592">
    <title>Problem at parsing code block with long attributes</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6592</link>
    <description>&lt;pre&gt;Hi,

I just discovered a strange behaviour when it comes to fenced code
blocks with long attributes. When I process the following file

~~~~~~
Text.

~~~ {.java .numberLines include="3_ExtendedBuffer/TimeException.java"}
foo
~~~

Text.

~~~ {.java .numberLines include="3_ExtendedBuffer/TimeonException.java"}
bar
~~~
~~~~~~

using `cat test.markdown | pandoc -t markdown`, I get

~~~~~~
Text.

~~~~ {.java .numberLines include="3_ExtendedBuffer/TimeException.java"}
foo
~~~~

Text.

~~~~
{.java .numberLines include="3_ExtendedBuffer/TimeonException.java"}
bar
~~~~
~~~~~~

That is, in the second code block the attributes are parsed as content
of the code block.

Can somebody explain this behaviour? I'm using pandoc 1.11.1.

Thanks in advance,
Björn

&lt;/pre&gt;</description>
    <dc:creator>Björn Peemöller</dc:creator>
    <dc:date>2013-06-11T12:53:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6578">
    <title>HTML tables and PDF generation</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6578</link>
    <description>&lt;pre&gt;Hello,

If i have simple HTML table like below, the pdf generation on Unbuntu 12, 
with pandoc 1.0 and texlive creates a table in PDF like in the attachment. 
Is the a solution for this? In DOCX etc, there is no problem with this 
table.

Regards,
Toine Schijvenaars 





&amp;lt;table border =1&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;th&amp;gt;Kopje 1&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Kopje 2&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Kopje 3&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Kopje 4&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Kopje 5&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Kopje 6&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Kopje 7&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Kopje 8&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Kopje 9&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Kopje 10&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Kopje 11&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Kopje 12&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Kopje 13&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Kopje 14&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Kopje 15&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Kopje 16&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Kopje 17&amp;lt;/th&amp;gt;
&amp;lt;th&amp;gt;Kopje 18&amp;lt;/th&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td&amp;gt;Cel 1&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 2&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 3&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 4&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 5&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 6&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 7&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 8&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 9&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 10&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 11&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 12&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 13&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 14&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 15&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 16&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 17&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 18&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td&amp;gt;Cel 1&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 2&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 3&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 4&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 5&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 6&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Cel 7&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;Ce&lt;/pre&gt;</description>
    <dc:creator>tschijvenaars-qeIDC2jw0sbz+pZb47iToQ&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-07T19:36:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6577">
    <title>strip a latex file completely of *all* latex constructs</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6577</link>
    <description>&lt;pre&gt;Hello 

Is there a way to strip a LaTeX file completely of its LaTeX commands.
For example 
pandoc -f latex evolution.tex -t plain -o ev.txt  

Leads to a file which still contains 
T^{\alpha\beta} = (\epsilon+p) u^\alpha u^\beta + pg^{\alpha\beta}

Is there away to strip even such constructs.

thanks

Uwe Brauer 
&lt;/pre&gt;</description>
    <dc:creator>Uwe Brauer</dc:creator>
    <dc:date>2013-06-07T19:21:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6575">
    <title>Suggestion: Support CriticMarkup</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6575</link>
    <description>&lt;pre&gt;"CriticMarkup is a way for authors and editors to track changes to 
documents in plain text." http://criticmarkup.com/

There are five types of Critic marks: 

   - Addition {++ ++}
   - Deletion {-- --}
   - Substitution {~~ ~&amp;gt; ~~}
   - Comment {&amp;gt;&amp;gt; &amp;lt;&amp;lt;}
   - Highlight {== ==}{&amp;gt;&amp;gt; &amp;lt;&amp;lt;}

I think that these markups could be added to pandoc as an "additional 
layer", that is, it could be "ignored" during parsing, but kept in mind 
when adding the element to the document. For the PDF-output it would be the 
best to have real PDF-comments (what you get when using the virtual 
textmarker in a PDF file.

Of course, the deltetions and additions don't make a lot of sense to be in 
the same output file, so one should be able to opt for either "before" or 
"after" parsing. In the first the additions are ignored and in the second 
the deletions are ignored during parsing. The result would be two PDF 
versions for comparison.

&lt;/pre&gt;</description>
    <dc:creator>jakov</dc:creator>
    <dc:date>2013-06-07T18:18:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6572">
    <title>Is it possible convert markdown with images to docx?</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6572</link>
    <description>&lt;pre&gt;Hello all, 
I have one problem. 
In markdown, I have reference on picture (![Alt text](/path/to/img.jpg)) 
and when I created docx, was without images. 
Please, could you help me? Is a special command for this or exist another 
way for doing this?
Thanks

&lt;/pre&gt;</description>
    <dc:creator>katarinasarnecka-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-07T13:14:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6570">
    <title>Missing begin document</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6570</link>
    <description>&lt;pre&gt;  Hi everyone, 

Using pandoc with a HEADER option, from a markdown file to a pdf file. 
Here's my code : 
pandoc  --standalone --include-in-header=SHEADER.markdown  -o README.pdf  
./README.markdown

The outuput is : 
pandoc: Error producing PDF from TeX source.
! LaTeX Error: Missing \begin{document}.

By setting the output to a .tex file, i can see that the document is not 
standalone.  
Did i missed something ? 
Thanks for any help, 
  Nicolas. 

P.S. : 
"pandoc -v" return  : 
  pandoc 1.11.1
  Compiled with citeproc-hs 0.3.8, texmath 0.6.1.3, highlighting-kate 
0.5.3.8.
  ...


&lt;/pre&gt;</description>
    <dc:creator>nicolas couturier</dc:creator>
    <dc:date>2013-06-06T09:21:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6568">
    <title>DZSlides speaker notes</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6568</link>
    <description>&lt;pre&gt;I recently used `-t dzslides` to great effect, and even found a
presenter control console file that helped me deliver my talk.
I was even (with the version of dzslides used by pandoc 1.10.1) able to
add speaker notes to my console through use of a `&amp;lt;details&amp;gt;` tag (in
future versions of dzslides that will become `&amp;lt;div role="note"&amp;gt;`).

What I wished for was the ability to just use pandoc footnotes, and to
have those appear as the appropriate HTML in my DZSlides output.  Bonus
if they were consolidated as individual items of some sort inside a
single tag block for each relevant slide.

What would it take for this to happen?

&lt;/pre&gt;</description>
    <dc:creator>Nick Moffitt</dc:creator>
    <dc:date>2013-06-05T16:20:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6567">
    <title>Is it possible to style docx through css</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6567</link>
    <description>&lt;pre&gt;Example: 

I have one markdown file and i want this file convert to docx, but i want 
change for example margings, height font or color and so on.
Is it possible to style docx through css or pandoc commands? if yes, how?
Thank you for answer 

&lt;/pre&gt;</description>
    <dc:creator>katarinasarnecka-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-05T14:50:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6562">
    <title>How to extract all citation keys from a document</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6562</link>
    <description>&lt;pre&gt;I'd like to extract all citations from a Pandoc markdown document to 
retrieve the corresponding BibTeX entries file from a reference management 
software and to see which citation keys are unknown. I expected one of this 
to work:

    echo 'See [&amp;lt; at &amp;gt;Foo]' | pandoc -t json
    echo 'See [&amp;lt; at &amp;gt;Foo]' | pandoc -t json --bibliography=empty.bib

Unfortunately citations are only parsed when their citation key is defined 
in the bibliography. How can I extract all citation keys from the document?

&lt;/pre&gt;</description>
    <dc:creator>Makaken Affe</dc:creator>
    <dc:date>2013-06-04T18:34:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6556">
    <title>It is possible to get available formats from console?</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6556</link>
    <description>&lt;pre&gt;Hello I want write simple gui that uses pandoc to conver to and from 
formats it is support..  I don't want to hardcode supported formats in 
source.. it is possible to make request for available format to pandoc 
itself ?

&lt;/pre&gt;</description>
    <dc:creator>Dmitry Wolf</dc:creator>
    <dc:date>2013-05-31T12:11:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6553">
    <title>customising dzslides</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6553</link>
    <description>&lt;pre&gt;I'm converting a .Rmd file to html to produce some slides. I've found the 
default.dzslides file in /usr/local/share/pandoc-1.10.1/data/templates/ . 
I'm trying to change some of the options in the default.dzslides file. I 
have 3 questions:

1. How can I change the body text to black ( at the moment, it is red)?

2. How can I centre an image ( at the moment, it is on the left hand side 
of the slide)?

3. How can I customise individual slides ( at the moment, the every slide 
is being affected by  changes in the default.dzslides file)?

&lt;/pre&gt;</description>
    <dc:creator>Ross Ahmed</dc:creator>
    <dc:date>2013-06-04T11:12:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6549">
    <title>Alternate nested list handling?</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6549</link>
    <description>&lt;pre&gt;One of the nicest features of TiddlyWiki markup&amp;lt;http://tiddlywiki.com/#[[Basic%20Formatting]]%20[[Headings%20Formatting]]%20[[List%20Formatting]]&amp;gt;is how it handles nested lists:

- Unordered list level 1
&lt;/pre&gt;</description>
    <dc:creator>John Smith</dc:creator>
    <dc:date>2013-06-03T22:39:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6546">
    <title>no bullets in toc when using numbered sections?</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6546</link>
    <description>&lt;pre&gt;It seems that when using numbered sections and a table of contents (toc) 
that the HTML for the table of contents is nested bullet lists with 
hardcoded section numbers. Having both bullets and numbers is distracting.

Would it make more sense in the case of numbered sections for pandoc to 
output HTML using ordered lists to generate the section numbers in the toc?

Is this already possible? (very likely I've missed it)

thanks

regards, Frederick
Frederick Hirsch

&lt;/pre&gt;</description>
    <dc:creator>fhirsch</dc:creator>
    <dc:date>2013-06-03T17:51:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6541">
    <title>plugin for Graphwiz files (Dot)</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6541</link>
    <description>&lt;pre&gt;I remember seeing an example of how to use this plugin but am somehow 
unable to google it out now.

I know that the demo is at: 
http://gitit.johnmacfarlane.net/Dot%20Plugin%20Demo and the source can be 
accessed from the same page, but how do I use it?

I seem to remember that the command line to use it was something like this:

pandoc -&amp;lt;someoption&amp;gt; Dot.hs &amp;lt;file_with_embedded_dot_commands&amp;gt; -o 
&amp;lt;op_file.html&amp;gt;

Personally I wish to use it for PDF output. Any help would be greatly 
appreciated.

p.s. I am a complete noob as regards haskell, but have a done the cabal 
install of pandoc.


&lt;/pre&gt;</description>
    <dc:creator>Mohammed Haris Minai</dc:creator>
    <dc:date>2013-06-03T11:56:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6536">
    <title>When to release pandoc 1.12?</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6536</link>
    <description>&lt;pre&gt;I am looking forward to a release 1.12 for Windows.

&lt;/pre&gt;</description>
    <dc:creator>ch3cooli-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-02T08:36:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6535">
    <title>How to show numbers at the beginning of each list item?</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6535</link>
    <description>&lt;pre&gt;Hi,

Adding the numbers in the following list cause it not rendered as list
in html. Is there a reason why it is not rendered a list in html? How
to show numbers at the beginning of each list item?

* 3. First
* 5. Second

&lt;/pre&gt;</description>
    <dc:creator>Peng Yu</dc:creator>
    <dc:date>2013-06-02T00:04:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6533">
    <title>Tpl4md and pandoc-watch</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6533</link>
    <description>&lt;pre&gt;Hello,

My name is David, In the course of my company's activity (I am the CEO of an ISV), I tried to advocate using Markdown for writing documents, presentations, letters, etc. I was familiar with pandoc, so I based my initial work on it.

I wanted to create documents of several different types, and to create them automagically, so I started by setting up a kind of project toolchain based on so-called templates (my document types). Feeding those to pandoc resulted in documents conforming to the company's visual identity.
Really, there was no reason to keep this by myself, so I opened the code right away. If you are interested, you can find it on my GitHub repository: https://github.com/dloureiro/tpl4md it's sort of a markdown document project generator based on template and pandoc for the compilation.

As of now, only one template is available, but I am going to add more as soon as I am done cleaning them: simple and complex pdf document, reveal.js/slid.es presentation, etc.

Following that, I figured that &lt;/pre&gt;</description>
    <dc:creator>David Loureiro</dc:creator>
    <dc:date>2013-06-01T21:40:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6525">
    <title>docx writer and localized style names</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6525</link>
    <description>&lt;pre&gt;When I write a docx file with pandoc, some of the text elements in the 
resulting Word document show up with the localized names of the styles 
(because of my German Office), namely: 

- "Standard" (instead of "Normal"),
- "Titel" (instead of "Title") and 
- "Datum" (instead of "Date") 

Most other text elements' styles have the 'original' American-English 
names, though, for instance: 

- "Heading 1" … (instead of localized "Überschrift 1" …) 
- "Block Quote" (instead of localized "Blocktext") 
- "Footnote Reference" (instead of localized "Fußnotenzeichen") 

I'd prefer a consistent behavior here, preferably the localized style names 
(which would make it easier to adapt pandoc-generated Word files to 
pre-existing custom styles in personal templates). 

Now, I don't know about the pandoc writer modules, but in VBA you can refer 
to Word styles in two ways: Either you use a literal string to give the 
style's (localized) name, or you use the element of class WdBuiltinStyle. 
So, for example, you can s&lt;/pre&gt;</description>
    <dc:creator>Till A. Heilmann</dc:creator>
    <dc:date>2013-05-31T17:21:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6519">
    <title>Google Code deprecated Download function</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6519</link>
    <description>&lt;pre&gt;Google Code deprecated Download function

http://google-opensource.blogspot.sg/2013/05/a-change-to-google-code-download-service.html 

"will no longer have the ability to create new downloads starting on 
January 15, 2014"

Github also deprecated Download function last year.

What facility are you going to move the Download function to?


   1. SourceForge
   2. Bitbucket
   3. something else...

&lt;/pre&gt;</description>
    <dc:creator>ch3cooli-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-05-31T01:32:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.pandoc/6516">
    <title>atx-header support for asciidoc ?</title>
    <link>http://comments.gmane.org/gmane.text.pandoc/6516</link>
    <description>&lt;pre&gt;I would like to have pandoc support atx-header for asciidoc output.

Meaning instead of generating

Header A
~~~~~~~

Header B
+++++++

etc.

it would generate

= Header A

== Header B

Just like is supported for Markdown.

It's been years since I've done Haskell and haskell is downloading and 
compiling after 4+ hrs 
and I need some sleep so thought I would post here :)

Is this a feature that could make it in ?

Here is my experimental first patch (mind you - haven't been able to 
compile this yet - haskel is still working in the background ;)

diff --git a/src/Text/Pandoc/Writers/AsciiDoc.hs 
b/src/Text/Pandoc/Writers/AsciiDoc.hs
index 3718431..31b84d1 100644
--- a/src/Text/Pandoc/Writers/AsciiDoc.hs
+++ b/src/Text/Pandoc/Writers/AsciiDoc.hs
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -131,13 +131,18 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; blockToAsciiDoc _ HorizontalRule =
 blockToAsciiDoc opts (Header level (ident,_,_) inlines) = do
   contents &amp;lt;- inlineListToAsciiDoc opts inlines
   let len = offset contents
+  let setext = writerSetextHeaders opts
   return $ ("[[" &amp;lt;&amp;gt; text iden&lt;/pre&gt;</description>
    <dc:creator>Max Rydahl Andersen</dc:creator>
    <dc:date>2013-05-30T22:08:00</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.text.pandoc">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.text.pandoc</link>
  </textinput>
</rdf:RDF>
