Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-19 | Asciidoctor images (#6671) | argent0 | 1 | -1/+1 | |
Support `Asciidoctor`'s block figures. Closes #6538. | |||||
2019-09-04 | asciidoc writer: don't include `+` in code blocks for regular asciidoc. | John MacFarlane | 1 | -6/+6 | |
This is asciidoctor-specific. Amends 98ee6ca289ad7117b7336a57bcfc6f4b54463f4e. | |||||
2019-05-05 | Asciidoc writer: use `` `+...+` `` form for inline code. | John MacFarlane | 1 | -6/+6 | |
The old `` `a__b__c` `` yields emphasis inside code in asciidoc. To get a pure literal code span, use `` `+a__b__c+` ``. | |||||
2019-02-09 | Fixed asciidoc display math in list contexts. | John MacFarlane | 1 | -1/+1 | |
2019-02-09 | AsciiDoc Writer: DisplayMath as asciidoc latexmath block | TG | 1 | -1/+5 | |
2019-01-07 | Asciidoc writer: shorter delimiters for tables, blockquotes. | John MacFarlane | 1 | -14/+14 | |
This matches asciidoctor reference docs. Closes #4364. | |||||
2018-11-19 | AsciiDoc writer: improve ordered lists. | John MacFarlane | 1 | -39/+56 | |
Use `.`+ as list markers to support nested ordered lists. Closes #5087. Support list number styles. Closes #5089. | |||||
2018-11-03 | AsciiDoc writer: use single-line section headers. | John MacFarlane | 1 | -63/+32 | |
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-02-13 | AsciiDoc writer: do not output implicit heading IDs | Alexander Krotov | 1 | -31/+0 | |
Convert to asciidoc-auto_identifiers for old behaviour. Fixes #4363 | |||||
2017-05-25 | Added `spaced_reference_links` extension. | John MacFarlane | 1 | -4/+0 | |
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-02-04 | Moved tests/ -> test/. | John MacFarlane | 1 | -0/+693 | |