diff options
Diffstat (limited to 'bench/samples/block-html.md')
-rw-r--r-- | bench/samples/block-html.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/bench/samples/block-html.md b/bench/samples/block-html.md new file mode 100644 index 0000000..ff7f8fa --- /dev/null +++ b/bench/samples/block-html.md @@ -0,0 +1,32 @@ +<div class="this is an html block"> + +blah blah + +</div> + +<table> + <tr> + <td> + **test** + </td> + </tr> +</table> + +<table> + + <tr> + + <td> + + test + + </td> + + </tr> + +</table> + +<![CDATA[ + [[[[[[[[[[[... *cdata section - this should not be parsed* ...]]]]]]]]]]] +]]> + |