Skip to content

Releases: 8fold/commonmark-fluent-markdown

Fix minified

04 Nov 00:40
Compare
Choose a tag to compare
0.10.2

Update Markdown.php

Address minify with code

02 Nov 00:24
Compare
Choose a tag to compare

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

24 Oct 00:20
Compare
Choose a tag to compare

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

16 Oct 20:57
Compare
Choose a tag to compare
0.9.6

expose theConfig and verify deprecation

Fix: Front matter coming with content

16 Oct 19:50
Compare
Choose a tag to compare

Fix fail due to null

16 Oct 18:26
Compare
Choose a tag to compare

CommonMark FrontMatterExtension will return null when parsing markdown without front matter. Returning empty array instead.

frontMatter can receive markdown

16 Oct 18:21
Compare
Choose a tag to compare
0.9.3

pass markdown to frontMatter

Improve CommonMark integration

16 Oct 18:08
62a00e7
Compare
Choose a tag to compare
  • Markdown now implements the MarkdownConverterInterface from CommonMark
  • Use convert instead convertedContent
  • 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

14 Oct 14:54
Compare
Choose a tag to compare
0.9.1

Fix front matter only being null

Initial release

10 Oct 02:00
Compare
Choose a tag to compare
0.9.0

prepare release