jotdown/tests/html-ut/ut/raw_blocks.test

20 lines
127 B
Text
Raw Normal View History

````
```=html
<tag1>
<tag2>
```
paragraph
```=html
</tag2>
</tag1>
```
.
<tag1>
<tag2>
<p>paragraph</p>
</tag2>
</tag1>
````