add: user secondary permission

This commit is contained in:
trisua 2025-06-23 19:42:02 -04:00
parent 339aa59434
commit 9528d71b2a
6 changed files with 128 additions and 95 deletions

View file

@ -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,