Releases: 8fold/commonmark-fluent-markdown
Releases · 8fold/commonmark-fluent-markdown
Fix minified
0.10.2 Update Markdown.php
Address minify with code
Using the minify option removes the carriage returns. <pre><code>
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.
Re-engineer using 8fold projects
This is essentially a complete rewrite based on feedback and usage for joshbruce.com.
Requires PHP 8 is probably the biggest impact.
Expose theConfig method
0.9.6 expose theConfig and verify deprecation
Fix: Front matter coming with content
Full Changelog: 0.9.4...0.9.5
Fix fail due to null
CommonMark FrontMatterExtension will return null
when parsing markdown without front matter. Returning empty array instead.
frontMatter can receive markdown
0.9.3 pass markdown to frontMatter
Improve CommonMark integration
- Markdown now implements the
MarkdownConverterInterface
from CommonMark - Use
convert
insteadconvertedContent
convertToHtml
now feels like and returns standard CommonMark response
What's Changed
- Override content used during conversion by @joshbruce in #3
Full Changelog: 0.9.1...0.9.2
Fix front matter only is null
0.9.1 Fix front matter only being null
Initial release
0.9.0 prepare release