Skip to content

Commit

Permalink
Add edge case from #54
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Nov 25, 2022
1 parent 9c83f81 commit b16842e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/lunamark/ext_fenced_divs.test
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ with another nested div inside
Here are some extra colons that will be shown as just text:

::::

::: {.some-classname}
This is not a div
>>>
<p>::: This is not a div :::</p>
<div class="myclass" lang="fr">
Expand All @@ -56,3 +59,4 @@ Here are some extra colons that will be shown as just text:
</div>
<p>Here are some extra colons that will be shown as just text:</p>
<p>::::</p>
<p>::: {.some-classname} This is not a div</p>

0 comments on commit b16842e

Please sign in to comment.