diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-03-02 19:35:22 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-03-02 19:35:22 -0800 |
commit | 987140eadc0af868af55d6ac52414382eb1f855c (patch) | |
tree | 9b58508d10a626553ea1e222acd56cf8ea573ce7 /changelog | |
parent | 6dd21250288b51f10056b15a83130f76c788d904 (diff) | |
download | pandoc-987140eadc0af868af55d6ac52414382eb1f855c.tar.gz |
Revert "Commonmark reader: parse HTML as plain text if `-raw_html`."
This reverts commit 6dd21250288b51f10056b15a83130f76c788d904.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -7,14 +7,6 @@ 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. |