From 808f6d3fa1816401d9eb1d6a5d1821fb783cc1d5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 17 Dec 2017 09:47:24 -0800 Subject: OPML reader: enable raw HTML and other extensions by default for notes. This fixes a regression in 2.0. Note that extensions can now be individually disabled, e.g. `-f opml-smart-raw_html`. Closes #4164. --- test/command/4164.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 test/command/4164.md (limited to 'test') diff --git a/test/command/4164.md b/test/command/4164.md new file mode 100644 index 000000000..8cfc960a0 --- /dev/null +++ b/test/command/4164.md @@ -0,0 +1,35 @@ +``` +% pandoc -f opml -t markdown + test +^D +test +==== + +try +--- + +Here is inline html: + +
+ + bla bla + +
+ +``` + +``` +% pandoc -f opml-raw_html-native_divs -t markdown + test +^D +test +==== + +try +--- + +Here is inline html: + +\ \ bla bla \ + +``` -- cgit v1.2.3