diff options
Diffstat (limited to 'library/parsedown/test/data/block-level_html.md')
-rw-r--r-- | library/parsedown/test/data/block-level_html.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/library/parsedown/test/data/block-level_html.md b/library/parsedown/test/data/block-level_html.md new file mode 100644 index 000000000..17cbc22d3 --- /dev/null +++ b/library/parsedown/test/data/block-level_html.md @@ -0,0 +1,16 @@ +<div>_content_</div> + +paragraph + +<div> + <div class="inner"> + _content_ + </div> +</div> + +<style type="text/css"> + p {color: #789;} +</style> + +<div> + <a href="/">home</a></div>
\ No newline at end of file |