Skip to content

Commit ec3adf4

Browse files
committed
🧪 Add fence in alert test
To check upstream executablebooks/MyST-Parser#1141
1 parent 2c3f71e commit ec3adf4

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

tests/test_port/fixtures/alerts.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,20 @@ Alert with list
170170
</ul>
171171
</div>
172172
.
173+
174+
Fence in alert
175+
.
176+
> [!NOTE]
177+
> Note
178+
>
179+
> ```py
180+
> code
181+
> ```
182+
.
183+
<div class="markdown-alert markdown-alert-note">
184+
<p class="markdown-alert-title">Note</p>
185+
<p>Note</p>
186+
<pre><code class="language-py">code
187+
</code></pre>
188+
</div>
189+
.

0 commit comments

Comments
 (0)