argent0
ba9bedef23
Asciidoctor images ( #6671 )
...
Support `Asciidoctor`'s block figures.
Closes #6538 .
2020-09-19 18:22:52 -07:00
John MacFarlane
0e31483d43
asciidoc writer: don't include +
in code blocks for regular asciidoc.
...
This is asciidoctor-specific.
Amends 98ee6ca289
.
2019-09-04 14:57:22 -07:00
John MacFarlane
98ee6ca289
Asciidoc writer: use `
+...+
` form for inline code.
...
The old `` `a__b__c` `` yields emphasis inside code in asciidoc.
To get a pure literal code span, use `` `+a__b__c+` ``.
2019-05-05 21:57:30 -07:00
John MacFarlane
4543543063
Fixed asciidoc display math in list contexts.
2019-02-09 11:02:19 -08:00
TG
8fdeae2872
AsciiDoc Writer: DisplayMath as asciidoc latexmath block
2019-02-09 08:20:56 -08:00
John MacFarlane
599327bee1
Asciidoc writer: shorter delimiters for tables, blockquotes.
...
This matches asciidoctor reference docs.
Closes #4364 .
2019-01-07 22:10:34 -08:00
John MacFarlane
a5910c0a31
AsciiDoc writer: improve ordered lists.
...
Use `.`+ as list markers to support nested ordered lists. Closes #5087 .
Support list number styles. Closes #5089 .
2018-11-19 13:17:33 -08:00
John MacFarlane
2f65263851
AsciiDoc writer: use single-line section headers.
...
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 .
2018-11-03 12:03:05 -07:00
Alexander Krotov
6dcb974423
AsciiDoc writer: do not output implicit heading IDs
...
Convert to asciidoc-auto_identifiers for old behaviour.
Fixes #4363
2018-02-13 23:19:34 +03:00
John MacFarlane
708973a33a
Added spaced_reference_links
extension.
...
This is now the default for pandoc's Markdown.
It allows whitespace between the two parts of a
reference link: e.g.
[a] [b]
[b]: url
This is now forbidden by default.
Closes #2602 .
2017-05-25 12:57:31 +02:00
John MacFarlane
18ab864269
Moved tests/ -> test/.
2017-02-04 12:56:30 +01:00