Releases: progsource/maddy
Releases · progsource/maddy
1.5.0
version 1.5.0
- Added: Correctly parse links with title text, i.e.
[link](http://example.com "example")
. - Fixed: Do not create invalid URLs from links with spaces, i.e.
[link](/ABC/some file)
. - Fixed: Do not create invalid HTML from links with quotes, i.e.
[link](/ABC/some"file)
. - Added: benchmarks.
1.4.0
version 1.4.0
- Changed: Updated google test to v1.16.0.
- Added: clang-format
- Added: automatic update dependencies ci
- Fixed:
(This is a [link](/ABC/some file) (the URL will include this).)
should not put the later parenthesis into the link url. - Removed: config flags
isEmphasizedParserEnabled
andisHTMLWrappedInParagraph
. Useconfig->enabledParsers &= ~maddy::types::EMPHASIZED_PARSER;
andconfig->enabledParsers |= maddy::types::HTML_PARSER;
to gain the same behavior as if the previous config flags were set tofalse
.
You can find all changes of this release in the changelog