fix(test): failed test due to change in figure handling

This commit is contained in:
Elian Doran 2025-04-05 17:51:03 +03:00
parent cdb5ebb080
commit 8977926c00
No known key found for this signature in database

View File

@ -176,10 +176,7 @@ describe("Markdown export", () => {
> [!IMPORTANT]
> This is a very important information.
>${space}
> | | |
> | --- | --- |
> | 1 | 2 |
> | 3 | 4 |
> <figure class="table"><table><tbody><tr><td>1</td><td>2</td></tr><tr><td>3</td><td>4</td></tr></tbody></table></figure>
> [!CAUTION]
> This is a caution.