From 987140eadc0af868af55d6ac52414382eb1f855c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 2 Mar 2018 19:35:22 -0800 Subject: Revert "Commonmark reader: parse HTML as plain text if `-raw_html`." This reverts commit 6dd21250288b51f10056b15a83130f76c788d904. --- changelog | 8 -------- 1 file changed, 8 deletions(-) (limited to 'changelog') diff --git a/changelog b/changelog index 1fe42db29..cd60dc428 100644 --- a/changelog +++ b/changelog @@ -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. -- cgit v1.2.3