Style rework #35

Merged
Anri merged 70 commits from rework into main 2023-10-15 20:58:23 +02:00
Showing only changes of commit 5eea1a0bfc - Show all commits

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