This commit is contained in:
parent
112a3843c5
commit
5eea1a0bfc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue