Skip to content

Releases: 8fold/commonmark-fluent-markdown

1.2.0

17 May 00:47
8231102
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

Container singleton

17 Dec 17:28
aca0e5d
Compare
Choose a tag to compare

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

23 Jul 21:00
0e30c5e
Compare
Choose a tag to compare

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

26 Apr 19:56
8f5d54e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.8...0.10.9

Update dependencies

23 Dec 16:47
4044f75
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.7...0.10.8

Minification was applied to code block with language

01 Dec 00:47
63fcd0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.6...0.10.7

fix: test to verify config for accessible heading permalinks

13 Nov 21:13
72e052c
Compare
Choose a tag to compare

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

13 Nov 20:55
38f5801
Compare
Choose a tag to compare

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

13 Nov 20:41
854e3c1
Compare
Choose a tag to compare

What's Changed

  • trial of accessible heading permalinks by @joshbruce in #7

Full Changelog: 0.10.3...0.10.4

Fix minify for real

04 Nov 00:52
2fbaf73
Compare
Choose a tag to compare

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.