aboutsummaryrefslogtreecommitdiff
path: root/test/writer.opml
AgeCommit message (Expand)Author
2025-07-27Markdown writer: use fenced divs even with empty attributes.Carlos Scheidegger
2025-02-12Markdown writer: omit extra space after bullets.John MacFarlane
2024-04-23Markdown writer: don't use `raw_attribute` syntax for raw...John MacFarlane
2024-01-04OPML writer: respect `--wrap` options & `--columns` in contents of notes.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2022-03-07Markdown writer: update escaping rules for `\`.John MacFarlane
2021-12-03Improve Markdown writer escaping.John MacFarlane
2021-05-16Markdown writer: fewer unneeded escapes for `#`.John MacFarlane
2019-02-25Shared.compactify: Avoid mixed lists.John MacFarlane
2017-05-25Added `spaced_reference_links` extension.John MacFarlane
2017-03-21Plain writer: use _(..) or ^(..) for super/subscript...John MacFarlane
2017-03-08Markdown writer: Avoid spurious blanklines at end of document...John MacFarlane
2017-02-04Moved tests/ -> test/.John MacFarlane