diff options
Diffstat (limited to 'oldtests/HTML/Inline.markdown')
-rw-r--r-- | oldtests/HTML/Inline.markdown | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/oldtests/HTML/Inline.markdown b/oldtests/HTML/Inline.markdown new file mode 100644 index 0000000..2259421 --- /dev/null +++ b/oldtests/HTML/Inline.markdown @@ -0,0 +1,8 @@ +<span>hi</span> +<span>`hi`</span> +<span class="foo bar" +title='whatever' blue=yes/> +Hello <!-- this +is a comment --> there. +A line<br />break. +<not a tag> |