diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-04-11 11:16:58 -0700 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-04-11 11:16:58 -0700 |
commit | 81a25ffbe1f11377ccb76e3085059805972ab8a5 (patch) | |
tree | d0ab9859f5dba0cf1f3bdfbf2ffc1956a21dd6c6 /tests/misc/ins-at-start-of-paragraph.html | |
parent | a7e7bd60724e492432a6be51eb17e3896ef6d04d (diff) | |
parent | de31d88c1f5e3bb87f77673435b831e7c699e503 (diff) | |
download | markdown-81a25ffbe1f11377ccb76e3085059805972ab8a5.tar.gz markdown-81a25ffbe1f11377ccb76e3085059805972ab8a5.tar.bz2 markdown-81a25ffbe1f11377ccb76e3085059805972ab8a5.zip |
Merge pull request #94 from fin/master
added a test for the previous pull request
Diffstat (limited to 'tests/misc/ins-at-start-of-paragraph.html')
-rw-r--r-- | tests/misc/ins-at-start-of-paragraph.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/misc/ins-at-start-of-paragraph.html b/tests/misc/ins-at-start-of-paragraph.html new file mode 100644 index 0000000..a08524e --- /dev/null +++ b/tests/misc/ins-at-start-of-paragraph.html @@ -0,0 +1 @@ +<p><ins>Hello, fellow developer</ins> this ins should be wrapped in a p.</p>
\ No newline at end of file |