use plaintext as default lang
This commit is contained in:
parent
cffea1a83d
commit
041066ac26
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ pub fn get_options() -> ComrakOptions {
|
|||
},
|
||||
parse: ComrakParseOptions {
|
||||
smart: false, // true one day?
|
||||
default_info_string: None,
|
||||
default_info_string: Some("plaintext".to_owned()),
|
||||
relaxed_tasklist_matching: true,
|
||||
},
|
||||
render: ComrakRenderOptions {
|
||||
|
|
Loading…
Reference in a new issue