aboutsummaryrefslogtreecommitdiff
path: root/test/writer.muse
AgeCommit message (Expand)AuthorFilesLines
2021-09-21Use pretty-simple to format native output.John MacFarlane1-9/+7
2019-07-28Update muse template to handle multiple authors better.John MacFarlane1-1/+1
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane1-1/+1
2018-09-02Muse writer: use lightweight markup when possibleAlexander Krotov1-39/+36
2018-08-15Markdown reader: Use "tex" instead of "latex" for raw tex-ish content.John MacFarlane1-1/+1
2018-04-10Muse writer: escape > less oftenAlexander Krotov1-3/+3
2018-04-01Muse writer: only escape brackets when necessaryAlexander Krotov1-6/+6
2018-03-31Muse writer: do not escape list markers unless preceded by spaceAlexander Krotov1-2/+2
2018-03-28Muse writer: escape semicolons and markers after line breakAlexander Krotov1-1/+1
2018-03-25Muse writer: escape ordered list markersAlexander Krotov1-2/+2
2018-03-21Muse writer: don't align ordered list itemsAlexander Krotov1-3/+3
2018-03-07Muse writer: escape "-" to avoid creating bullet listsAlexander Krotov1-1/+1
2018-03-02Muse writer: update writer.museAlexander Krotov1-1/+1
2018-02-15Muse writer: use unicode quotes for quoted textAlexander Krotov1-8/+8
2018-01-30Muse writer: don't wrap displayMath into <verse>Alexander Krotov1-1/+1
2018-01-19Muse writer: support definitions with multiple descriptionsAlexander Krotov1-8/+5
2017-11-22Muse writer: escape hash symbolAlexander Krotov1-1/+1
2017-11-22Muse writer: escape only </code> inside code tagAlexander Krotov1-9/+6
2017-08-08Muse writer: update test results (#3845)Alexander1-3/+6
2017-07-12Muse writer: indent lists inside <quote> with at least one space (#3795)Alexander Krotov1-3/+3
2017-05-25Added `spaced_reference_links` extension.John MacFarlane1-4/+0
2017-05-04Muse writer: omit automatic header identifiers (#3633)Alexander Krotov1-40/+0
2017-03-10Add Muse writer (#3489)Alexander Krotov1-0/+772