mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Add initial test/commonmark/ folder
This commit is contained in:
committed by
Aidan Woods
parent
4c0734d935
commit
0514997103
7
tests/commonmark/135-HTML_blocks.html
Normal file
7
tests/commonmark/135-HTML_blocks.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<pre language="haskell"><code>
|
||||
import Text.HTML.TagSoup
|
||||
|
||||
main :: IO ()
|
||||
main = print $ parseTags tags
|
||||
</code></pre>
|
||||
<p>okay</p>
|
||||
Reference in New Issue
Block a user