Add relaxed_autolinks
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-10-09 16:32:37 +02:00
parent 112a3843c5
commit 5eea1a0bfc
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -70,6 +70,7 @@ pub fn get_options() -> ComrakOptions {
options.parse.smart = true; // could be boring
options.parse.default_info_string = Some("plaintext".into());
options.parse.relaxed_tasklist_matching = true;
options.parse.relaxed_autolinks = true;
// Renderer
options.render.hardbreaks = false; // could be true? change by metadata could be good for compatibility