diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-03-02 19:30:42 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-03-02 19:30:42 -0800 |
commit | 6dd21250288b51f10056b15a83130f76c788d904 (patch) | |
tree | 7d4267950fba52cb6756202b4ff48b93c094196a /changelog | |
parent | a71a1fec69104f35b3722e423a741dc68076f3db (diff) | |
download | pandoc-6dd21250288b51f10056b15a83130f76c788d904.tar.gz |
Commonmark reader: parse HTML as plain text if `-raw_html`.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -7,6 +7,14 @@ pandoc (2.1.2) interfered with list parsing, so now we require the fences to be flush with the margin of the containing block. + * Commonmark reader: + + + `raw_html` is now on by default. It can be disabled explicitly + using `-f commonmark-raw_html`. + + When `raw_html` is disabled, HTML is parsed as regular text, + rather than disappearing altogether. This matches the behavior + of `markdown`. + * Org reader (Albert Krewinkel): + Move citation tests to separate module. |