Happy April!
Reverts:
- I had to remove the Typst formatter I was so happy about in the last release! This is very unfortunate. It turned out to be LLM-generated, and I just haven't had the time or energy to replace it myself. (by @kivikakk in #781)
Changed APIs:
- Deprecate the option name
header_idsin favor ofheader_id_prefix, to make it clear that the option value actually adds a prefix to theidattribute, and add theheader_id_prefix_in_hrefoption, which adds the same prefix to generatedhrefs. (by @miketheman in #776) - Decouple greentext handling from blockquote parsing. (by @Martin005 in #789)
- This means a lone
>amongst blockquotes won't trigger greentext when enabled.
- This means a lone
New APIs:
- Add parse option for char-based columns in
Sourcepos. They report by default in byte columns according to the input UTF-8 source. (by @Martin005 in #779) - Add block directive extension. (by @P-SiZK in #782)
Dependency updates:
- Bump toml from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0. (by
@dependabot[bot]in #778) - I've lengthened the dependency cooldown in Dependabot to 90 days, given gestures aimlessly the state of everything. (15c22fa)
Documentation:
- Added a
CONTRIBUTING.mdthat directs the reader to the README's contributing section. (ddae155)
Build changes:
- Set
codegen-units = 1for release builds. (suggested by @zamazan4ik, added in ea026ef)
Behind the scenes:
New Contributors
Diff: v0.51.0...v0.52.0