diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-07-13 15:48:01 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-07-13 15:48:01 -0700 |
commit | 0ba2f0b8f9002a53351716991509fc7621fa8272 (patch) | |
tree | 9b2c03dac03ea43435df90d96d1ec57cccb78ddb /tests | |
parent | 15956fcac75febaed7bf159abcee24c02fb1a8c1 (diff) | |
download | pandoc-0ba2f0b8f9002a53351716991509fc7621fa8272.tar.gz |
DokuWiki writer: Normalize to collapse adjacent raw HTML blocks.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.dokuwiki | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki index c337ca129..983db2274 100644 --- a/tests/writer.dokuwiki +++ b/tests/writer.dokuwiki @@ -288,31 +288,19 @@ Interpreted markdown in a table: <HTML> <table> -</HTML> -<HTML> <tr> -</HTML> -<HTML> <td> </HTML> This is //emphasized// <HTML> </td> -</HTML> -<HTML> <td> </HTML> And this is **strong** <HTML> </td> -</HTML> -<HTML> </tr> -</HTML> -<HTML> </table> -</HTML> -<HTML> <script type="text/javascript">document.write('This *should not* be interpreted as markdown');</script> </HTML> Here’s a simple block: @@ -345,8 +333,6 @@ Multiline: Blah Blah --> -</HTML> -<HTML> <!-- This is another comment. --> @@ -366,29 +352,13 @@ Hr’s: <HTML> <hr> -</HTML> -<HTML> <hr /> -</HTML> -<HTML> <hr /> -</HTML> -<HTML> <hr> -</HTML> -<HTML> <hr /> -</HTML> -<HTML> <hr /> -</HTML> -<HTML> <hr class="foo" id="bar" /> -</HTML> -<HTML> <hr class="foo" id="bar" /> -</HTML> -<HTML> <hr class="foo" id="bar"> </HTML> |