Skip to content

Commit 7928ab1

Browse files
committed
add another test
1 parent e31ce4c commit 7928ab1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/test_port/fixtures/disable_code_block.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ has variable indents,
1414
like this.</p>
1515
.
1616

17+
indent in HTML
18+
.
19+
<div>
20+
21+
Paragraph
22+
23+
</div>
24+
.
25+
<div>
26+
<p>Paragraph</p>
27+
</div>
28+
.
29+
1730
indent fence
1831
.
1932
```python

0 commit comments

Comments
 (0)