add: user secondary permission
This commit is contained in:
parent
339aa59434
commit
9528d71b2a
6 changed files with 128 additions and 95 deletions
|
@ -14,8 +14,9 @@ pub fn render_markdown(input: &str) -> String {
|
|||
},
|
||||
parse: ParseOptions {
|
||||
constructs: Constructs {
|
||||
gfm_autolink_literal: true,
|
||||
..Default::default()
|
||||
math_flow: true,
|
||||
math_text: true,
|
||||
..Constructs::gfm()
|
||||
},
|
||||
gfm_strikethrough_single_tilde: false,
|
||||
math_text_single_dollar: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue