Releases: 8fold/commonmark-fluent-markdown
Releases · 8fold/commonmark-fluent-markdown
1.2.0
Container singleton
What's Changed
- Container by @joshbruce in #15
- Update dependencies
- Verify PHP 8.2 possible
Full Changelog: 1.0.0...1.1.0
v1.0.0
What's Changed
- Update dependencies and release by @joshbruce in #14
- BREAKING CHANGE: Require PHP 8.1
Full Changelog: 0.10.9...1.0.0
Update dependencies
Update dependencies
What's Changed
- fix: Code blocks by @joshbruce in #10
- Update dependencies and project by @joshbruce in #11
Full Changelog: 0.10.7...0.10.8
Minification was applied to code block with language
fix: test to verify config for accessible heading permalinks
What's Changed
- fix: config accessible heading permalinks by @joshbruce in #9
Full Changelog: 0.10.5...0.10.6
fix: Config for accessible heading permalinks
What's Changed
- feature: add config to accessible heading permalinks by @joshbruce in #8
Full Changelog: 0.10.4...0.10.5
Add accessible Heading Permalinks extension
What's Changed
- trial of accessible heading permalinks by @joshbruce in #7
Full Changelog: 0.10.3...0.10.4
Fix minify for real
Using the minify option removes the carriage returns.
combination needs carriage returns to render properly.
We now check if the HTML has that combination before minifying.
Note: This is an all or nothing solution at the moment. Either the HTML will be minified, or it won't.