Skip to content

Releases: visuellverstehen/markdown-to-html

v1.4

25 Feb 08:59
d28e853
Compare
Choose a tag to compare

What's Changed

  • Support Laravel 9
  • Support illuminate/support latest versions
  • Support league/commonmark latest versions
  • Remove scheduled workflow test
  • Expand testing matrix

Full Changelog: v1.3.1...v1.4

v1.3.1

19 Aug 12:31
Compare
Choose a tag to compare

Fix a bug, where a tag could replace another tag.

Styling a p and pre tag has been a problem. This has been resolved and closes #9.

v1.3.0

19 Aug 11:15
0a1a634
Compare
Choose a tag to compare

Allow nested selectors

v1.2.0

28 May 14:38
242481f
Compare
Choose a tag to compare

Relative image source paths can be prefixed with a custom url.
https://github.com/visuellverstehen/markdown-to-html/blob/main/config/config.php#L56

Instead of fx. /your/image.jpg it could be https://your-prefix.com/your/image/jpg.

v1.1.0

12 May 12:24
45dc00f
Compare
Choose a tag to compare

The League\CommonMark\CommonMarkConverter has been swapped with the League\CommonMark\GithubFlavoredMarkdownConverter to enable further rendering options.

Tables and lists will be rendered correctly now.

v1.0.0

08 Mar 10:07
Compare
Choose a tag to compare
  • It's now possible to add custom CSS elements to all existing HTML-tags.

v1.0.0-beta-1

02 Mar 16:27
Compare
Choose a tag to compare
v1.0.0-beta-1 Pre-release
Pre-release

🥳