- Upgrade mdbook
- Upgrade mdbook and downgrade toml
- Use custom header IDs if present
- Upgrade dependencies
- Upgrade dependencies
- Normalize to LF line endings so that the default marker works on CRLF documents
- Upgrade dependencies and avoid breakage (v0.11.1 was yanked)
- Upgrade dependencies
- Upgrade dependencies
- Bump to mdbook 0.4.21
- Dependency updates
- Dependency updates
- Avoid roundtripping through pulldown-cmark
- Bump pulldown dependency to fix issue with table rendering
- Bump to mdbook v0.4.10
- Bugfix: Use slug (normalied header) to decide whether to use a different link anchor
- Don't write the TOC if no marker was found
- Fix Windows release asset
- Generate unique slugs for identically named headers
- Allow custom ToC markers through configuration
- Make maximum header level configurable
- Avoid broken compilation in CI
- Upgrade dependencies, including mdbook itself to 0.4.3
- Start normalizing the levels based on the first header's level
- Try to fix indentation levels when header levels have holes
- Bug fix: newlines around code blocks were fixed upstream
- Combine multiple elements inside a single header
- Upgrade dependencies to fix nested HTML/markdown
- Enable the same markdown extensions as mdbook