diff options
author | Waylan Limberg <waylan@gmail.com> | 2010-02-12 15:45:28 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2010-02-12 15:53:20 -0500 |
commit | 7e0b959ef2a64f2339be28f258b895d7a79003a8 (patch) | |
tree | e4383c374ceaa8f8afc6a4659b85fcb6927d62f6 /tests/extensions-x-extra/raw-html.html | |
parent | 8f62bb0a6ce46055a2decbae6b33d53922c758b8 (diff) | |
download | markdown-7e0b959ef2a64f2339be28f258b895d7a79003a8.tar.gz markdown-7e0b959ef2a64f2339be28f258b895d7a79003a8.tar.bz2 markdown-7e0b959ef2a64f2339be28f258b895d7a79003a8.zip |
Moved remaining tests from merge
Diffstat (limited to 'tests/extensions-x-extra/raw-html.html')
-rw-r--r-- | tests/extensions-x-extra/raw-html.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/extensions-x-extra/raw-html.html b/tests/extensions-x-extra/raw-html.html deleted file mode 100644 index b2a7c4d..0000000 --- a/tests/extensions-x-extra/raw-html.html +++ /dev/null @@ -1,14 +0,0 @@ -<div> - -<p><em>foo</em></p> -</div> - -<div class="baz"> - -<p><em>bar</em></p> -</div> - -<div> - -<p><em>blah</em></p> -</div>
\ No newline at end of file |