| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| commonmark-java 0.28.0 source code.tar.gz | 2026-03-31 | 398.4 kB | |
| commonmark-java 0.28.0 source code.zip | 2026-03-31 | 634.2 kB | |
| README.md | 2026-03-31 | 570 Bytes | |
| Totals: 3 Items | 1.0 MB | 0 | |
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) - 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.