Alexander Krotov
6824d0dc2c
Muse writer: update writer.muse
2018-03-02 02:32:23 +03:00
Alexander Krotov
9131d62c9b
Muse writer: use unicode quotes for quoted text
2018-02-15 14:33:25 +03:00
Alexander Krotov
9ff8bc64f9
Muse writer: don't wrap displayMath into <verse>
...
<verse> is a block tag and displayMath is an inline element.
Writing <verse> around displayMath could result in nested
<verse> tags.
2018-01-30 00:33:02 +03:00
Alexander Krotov
01499b766b
Muse writer: support definitions with multiple descriptions
...
Muse reader does not support this syntax yet, but Emacs Muse parses
it correctly.
2018-01-19 15:00:00 +03:00
Alexander Krotov
454062eccd
Muse writer: escape hash symbol
2017-11-22 16:17:30 +03:00
Alexander Krotov
df3a80cc97
Muse writer: escape only </code> inside code tag
...
Additional <verbatim> is not needed as <code> is verbatim already.
2017-11-22 01:22:43 +03:00
Alexander
81224a3a73
Muse writer: update test results ( #3845 )
2017-08-08 16:43:50 -07:00
Alexander Krotov
de117fbd9e
Muse writer: indent lists inside <quote> with at least one space ( #3795 )
2017-07-12 17:16:02 +02: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
Alexander Krotov
430e6be1f4
Muse writer: omit automatic header identifiers ( #3633 )
2017-05-04 11:36:52 +02:00
Alexander Krotov
d037c5019d
Add Muse writer ( #3489 )
...
* Add Muse writer
* Advertise new Muse writer
* Muse writer: add regressions tests
2017-03-10 10:16:27 +01:00