Releases: visuellverstehen/markdown-to-html
Releases · visuellverstehen/markdown-to-html
v1.4
v1.3.1
v1.3.0
Allow nested selectors
v1.2.0
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
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
- It's now possible to add custom CSS elements to all existing HTML-tags.
v1.0.0-beta-1
🥳