diff options
Diffstat (limited to 'oldtests/HTML/Blocks.markdown')
-rw-r--r-- | oldtests/HTML/Blocks.markdown | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/oldtests/HTML/Blocks.markdown b/oldtests/HTML/Blocks.markdown new file mode 100644 index 0000000..a83fa66 --- /dev/null +++ b/oldtests/HTML/Blocks.markdown @@ -0,0 +1,26 @@ +<div> + <div> + *raw html* + </div> +</div> + +<div> +<div> + +*this is markdown* + +</div> +</div> + +<!-- comment +here --> + +<!-- + +*commented out markdown* + +--> + +<div> +* raw html with trailing space +</div> |