diff options
Diffstat (limited to 'test/command/4164.md')
-rw-r--r-- | test/command/4164.md | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/test/command/4164.md b/test/command/4164.md index 50c3117ec..4e7b7e285 100644 --- a/test/command/4164.md +++ b/test/command/4164.md @@ -2,11 +2,9 @@ % pandoc -f opml -t markdown <?xml version="1.0"?> <opml version="1.0"> <head> <title> test </title> </head> <body> <outline text="test"> <outline text="try" _note="Here is inline html:

<div> 
<balise>
bla bla
</div>"/> </outline> </body> </opml> ^D -test -==== +# test -try ---- +## try Here is inline html: @@ -22,11 +20,9 @@ Here is inline html: % pandoc -f opml-raw_html-native_divs -t markdown <?xml version="1.0"?> <opml version="1.0"> <head> <title> test </title> </head> <body> <outline text="test"> <outline text="try" _note="Here is inline html:

<div> 
<balise>
bla bla
</div>"/> </outline> </body> </opml> ^D -test -==== +# test -try ---- +## try Here is inline html: |