0586bf6a44
match reference implementation
19 lines
127 B
Text
19 lines
127 B
Text
````
|
|
```=html
|
|
<tag1>
|
|
<tag2>
|
|
```
|
|
|
|
paragraph
|
|
|
|
```=html
|
|
</tag2>
|
|
</tag1>
|
|
```
|
|
.
|
|
<tag1>
|
|
<tag2>
|
|
<p>paragraph</p>
|
|
</tag2>
|
|
</tag1>
|
|
````
|