·
2 commits
to main
since this release
Added
- New extension for alerts (aka callouts/admonitions)
- Syntax:
> [!NOTE] > The text of the note. - As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or configure the
extension to add additional ones. - Use class
AlertsExtensionin artifactcommonmark-ext-gfm-alerts(#420)
- Syntax:
- New option
maxOpenBlockParsersforParser.Builderto set an overall limit
for the depth of block parsing. If set, any nesting beyond the limit will be
parsed as paragraph text instead. The default remains unlimited.