Skip to content

v1.18.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 14:31
· 7 commits to main since this release
147a9bd

Changed

  • Add ARIA attributes to generated blocks. Thanks to @toastal for suggesting this feature! (#195)
    • Note: This subtly alters the emitted HTML, and could cause additional styles applied to blocks to break. Native mdbook-admonish styles are not affected.

Fixed

  • Fixed some valid configurations producing TOML serialization errors. Thanks to @DianaNites for reporting this! (#197)