Skip to content

v1.13.1 Hotfix for callouts within blockquotes

Choose a tag to compare

@sondregronas sondregronas released this 27 Feb 18:28
· 33 commits to main since this release

Resolves #13

The following markdown would cause a syntax error (list out of range) due to the "callout" starting on a 2nd indent level.

> ```markdown
> > [!NOTE]
> > Example
> ```

This version ensures that a callout block must start with a single indent (> symbol).

Full Changelog: v1.13.0...v1.13.1