summaryrefslogtreecommitdiff
path: root/oldtests/HTML/Blocks.markdown
blob: a83fa66794feae8518a9a60293b8cde08dd3eefb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<div>
  <div>
   *raw html*
  </div>
</div>

<div>
<div>

*this is markdown*

</div>
</div>

<!-- comment
here -->

<!--

*commented out markdown*

-->

<div>
* raw html with trailing space 
</div>