Tags: progsource/maddy
Tags
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.
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` and `isHTMLWrappedInParagraph`. Use `config->enabledParsers &= ~maddy::types::EMPHASIZED_PARSER;` and `config->enabledParsers |= maddy::types::HTML_PARSER;` to gain the same behavior as if the previous config flags were set to `false`.
PreviousNext