<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/test/writer.asciidoc, branch master</title>
<subtitle>Conversion between markup formats</subtitle>
<id>http://git.pashev.ru/pandoc/atom?h=master</id>
<link rel='self' href='http://git.pashev.ru/pandoc/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/pandoc/'/>
<updated>2021-09-21T19:37:42Z</updated>
<entry>
<title>Use pretty-simple to format native output.</title>
<updated>2021-09-21T19:37:42Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-09-19T19:09:51Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/pandoc/commit/?id=c266734448544a118ed80e47deaa2590131c7f84'/>
<id>urn:sha1:c266734448544a118ed80e47deaa2590131c7f84</id>
<content type='text'>
Previously we used our own homespun formatting.  But this
produces over-long lines that aren't ideal for diffs in tests.
Easier to use something off-the-shelf and standard.

Closes #7580.

Performance is slower by about a factor of 10, but this isn't
really a problem because native isn't suitable as a serialization
format. (For serialization you should use json, because the reader
is so much faster than native.)
</content>
</entry>
<entry>
<title>Asciidoctor images (#6671)</title>
<updated>2020-09-20T01:22:52Z</updated>
<author>
<name>argent0</name>
<email>4rgento@gmail.com</email>
</author>
<published>2020-09-20T01:22:52Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/pandoc/commit/?id=ba9bedef23faff253737723d1b79330cdf105d8f'/>
<id>urn:sha1:ba9bedef23faff253737723d1b79330cdf105d8f</id>
<content type='text'>
Support `Asciidoctor`'s block figures.

Closes #6538. </content>
</entry>
<entry>
<title>asciidoc writer: don't include `+` in code blocks for regular asciidoc.</title>
<updated>2019-09-04T21:57:22Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2019-09-04T21:56:37Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/pandoc/commit/?id=0e31483d4358a6d2b4ba96c71237e3f7b32979a1'/>
<id>urn:sha1:0e31483d4358a6d2b4ba96c71237e3f7b32979a1</id>
<content type='text'>
This is asciidoctor-specific.

Amends 98ee6ca289ad7117b7336a57bcfc6f4b54463f4e.
</content>
</entry>
<entry>
<title>Asciidoc writer: use `` `+...+` `` form for inline code.</title>
<updated>2019-05-06T04:57:30Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2019-05-06T04:57:30Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/pandoc/commit/?id=98ee6ca289ad7117b7336a57bcfc6f4b54463f4e'/>
<id>urn:sha1:98ee6ca289ad7117b7336a57bcfc6f4b54463f4e</id>
<content type='text'>
The old `` `a__b__c` `` yields emphasis inside code in asciidoc.
To get a pure literal code span, use `` `+a__b__c+` ``.
</content>
</entry>
<entry>
<title>Fixed asciidoc display math in list contexts.</title>
<updated>2019-02-09T19:02:19Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2019-02-09T19:02:19Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/pandoc/commit/?id=4543543063c210cc3a4215ea05635e5692619c79'/>
<id>urn:sha1:4543543063c210cc3a4215ea05635e5692619c79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>AsciiDoc Writer: DisplayMath as asciidoc latexmath block</title>
<updated>2019-02-09T16:20:56Z</updated>
<author>
<name>TG</name>
<email>tarik.graba@telecom-paristech.fr</email>
</author>
<published>2019-01-10T16:21:01Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/pandoc/commit/?id=8fdeae2872d76e0d6cd996d595aa22d259074a91'/>
<id>urn:sha1:8fdeae2872d76e0d6cd996d595aa22d259074a91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Asciidoc writer: shorter delimiters for tables, blockquotes.</title>
<updated>2019-01-08T06:10:34Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2019-01-08T06:10:34Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/pandoc/commit/?id=599327bee1eac3662ec2ab32e32d794246940e25'/>
<id>urn:sha1:599327bee1eac3662ec2ab32e32d794246940e25</id>
<content type='text'>
This matches asciidoctor reference docs.

Closes #4364.
</content>
</entry>
<entry>
<title>AsciiDoc writer:  improve ordered lists.</title>
<updated>2018-11-19T21:17:33Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2018-11-19T21:16:12Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/pandoc/commit/?id=a5910c0a31351e1145d82447552cbb37d5f37d86'/>
<id>urn:sha1:a5910c0a31351e1145d82447552cbb37d5f37d86</id>
<content type='text'>
Use `.`+ as list markers to support nested ordered lists.  Closes #5087.
Support list number styles.  Closes #5089.
</content>
</entry>
<entry>
<title>AsciiDoc writer: use single-line section headers.</title>
<updated>2018-11-03T19:03:05Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2018-11-03T19:01:29Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/pandoc/commit/?id=2f652638516fb82fd809842517c07d620e18c40c'/>
<id>urn:sha1:2f652638516fb82fd809842517c07d620e18c40c</id>
<content type='text'>
The underline style is now deprecated.
Previously `--atx-headers` would enable the single-line
style; now the single-line style is always used.

Closes #5038.
</content>
</entry>
<entry>
<title>AsciiDoc writer: do not output implicit heading IDs</title>
<updated>2018-02-13T20:19:34Z</updated>
<author>
<name>Alexander Krotov</name>
<email>ilabdsf@gmail.com</email>
</author>
<published>2018-02-13T20:12:28Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/pandoc/commit/?id=6dcb9744237be713f4ef94017a6b68fc0cfddb73'/>
<id>urn:sha1:6dcb9744237be713f4ef94017a6b68fc0cfddb73</id>
<content type='text'>
Convert to asciidoc-auto_identifiers for old behaviour.

Fixes #4363
</content>
</entry>
</feed>
