27 April 2025
Major change
In this release, I replaced the previous "inline content" model with a new Content
model which more accurately matches the manner in which Asciidoc handles content substitutions.
Added
- Change
RawDelimitedBlock
to useContent
for its inner body (#238) - Introduce
Content
model for rendered block content (#236) - Plumb
&mut Parser
through to the block-level parsers (#235) - Add internal
AttributeValue
struct for a single document attribute value (#232) - [breaking] Introduce new
Parser
struct which can configure and initiate parsing (#233) - [breaking] Rename
AttributeValue
toInterpretedValue
(#229) - [breaking] Remove inline content model (#228)
- Add new fn
Span::take_non_empty_lines
(#225)