Skip to content

v1.13.2 Hotfix (again) for codefences in callouts

Compare
Choose a tag to compare
@sondregronas sondregronas released this 05 Mar 11:47
· 21 commits to main since this release

This version treats codefences inside callouts as if they were part of the callout, instead of being ignored altogether (fixing what the latest hotfix forgot). 😅

As an added bonus this means the following will also be valid too:

Source

> [!INFO]
> ```markdown
> > [!NOTE]
> > Codefenced callout within a callout
> ```

Result

!!! info
    ```markdown
    > [!NOTE]
    > Codefenced callout within a callout
    ```

Full Changelog: v1.13.1...v1.13.2