mirror of
https://github.com/danbulant/markdown-wasm
synced 2026-05-20 12:58:42 +00:00
32 lines
283 B
Markdown
Executable file
32 lines
283 B
Markdown
Executable file
<div class="this is an html block">
|
|
|
|
blah blah
|
|
|
|
</div>
|
|
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
**test**
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
test
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<![CDATA[
|
|
[[[[[[[[[[[... *cdata section - this should not be parsed* ...]]]]]]]]]]]
|
|
]]>
|
|
|