diff --git a/src/misc/markdown.rs b/src/misc/markdown.rs index 82e19e0..a58b242 100644 --- a/src/misc/markdown.rs +++ b/src/misc/markdown.rs @@ -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