28.1.0 (2026-03-04)
Features
- Asciidoc support (c81ce9e)
- asciidoc_inline: Added
#highlight#support (32c0ddd) - asciidoc_inline: Added
labeled urisupport (b4a4eb2) - asciidoc_inline: Added
monospces support (a324d09) - asciidoc_inline: Added
uri macrosupport (f1f1167) - asciidoc_inline: Added parser template (75ae830)
- asciidoc_inline: Added support for unlabeled URIs (0c463e3)
- asciidoc: Added
block quotes(9b576e9), closes #455 - asciidoc: Added
code blocks(86ce3fe), closes #455 - asciidoc: Added
delimited blocks&admonition blockssupport (ffb465f), closes #455 - asciidoc: Added
document titlesupport (966a713) - asciidoc: Added
section_titlesupport (99f6641) - asciidoc: Added
TOCsupport (69226e4) - asciidoc: Added admonitions support (8cc85d4)
- asciidoc: Added checkboxes support (40ac165)
- asciidoc: Added document attributes (7da3aea)
- asciidoc: Added horizontal rule support (30da385)
- asciidoc: Added Image macro support (d482fb5)
- asciidoc: Added keycodes support (f245285)
- asciidoc: Added Literal block support (5f2cc46)
- asciidoc: Added ordered & unordered list item support (318d47e)
- comment: Added
bold&italicsupport (87d74af) - comment: Added
code_blocksupport (06fa1fc) - comment: Added
url,taglink&autolink(6da007d) - comment: Added compatibilty for legacy parser (05a6d53)
- comment: Added link labels for
autolinks(492f4e7) - comment: Added option for rendering fancy comments (f83c081)
- comment: Added task scopes support (6c07f8f)
- config, comment, tasks: Added more task type configs (ab00aa4)
- config, comment: Added missing config options (ab00aa4)
- doctext: Added
taskrenderer (46587f5) - doctext: Added configuration for
doctext(9c4a9a4) - doctext: Added issue support (46587f5)
- doctext: Added mention support (46587f5)
- Fancy comments (9935a98)
- parsers: Added
doctextparser (cd202c2)
Bug Fixes
- asciidoc, asciidoc_inline: Added option maps (5c5b4b7)
- asciidoc, checkboxes:
scope_hlis implemented (50d672a) - asciidoc, list_items: Item index is now correctly parsed (508b6b9)
- asciidoc: Fixed incorrect type definitions (6e22829)
- asciidoc: Typo fixes and corrected
hlhandling (86e2643) - asciidoc: Updated base config (afe02ad)
- config, condition: Parity between
can_attach()&buf_handle()(d92f4d3) - correct typo and function call in hybridToggle action (18fc148)
- correct typo and function call in hybridToggle action (9864ca2)
- doctext:
@in mentions are now hidden (0d815a8) - filetypes: Proerly handle
nilvalues (c99341c) - lazy: Try attaching to buffers if lazy loaded (633e627)
- no longer overriding blink-cmp per_filetype sources (a185a64)
- parsers, asciidoc_inline: Reduce unnecessary recursion when parsing (c81472c)
- renderer, asciidoc, tostring: Fixed escape char matches (766fda4)
- renderer, typst, code_block: Added wrap support (5465846), closes #470
- renderer, visual_text: Visual text isn't applied if parser is (8f20e21), closes #455
- renderers, asciidoc_inline: Fixed bug with icon not showing (cead72e)
- renderers, asciidoc_inline: Fixed conceal for
bold&italics (97a024b) - renderers, asciidoc, code_blocks, raw_blocks: Fixed bottom border placement (ed21201), closes #471
- renderers, asciidoc, document_titles: Correctly handle conceal (33e897d)
- renderers, comment, code_blocks: Fixed bottom border placement (f669023), closes #471
- renderers, markdown, code_blocks: Fixed bottom border placement (baf531f), closes #471
- yaml: Disable rendering of YAML in code blocks (9e852c2), closes #455