From ab36341b9b037e784bb37260f68c23ba6fb92bbc Mon Sep 17 00:00:00 2001 From: SavagePeanut Date: Wed, 28 Aug 2024 02:51:52 -0500 Subject: update matrix parser to use --- src/matrix.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix.rs b/src/matrix.rs index 981d906..86d4545 100644 --- a/src/matrix.rs +++ b/src/matrix.rs @@ -5,7 +5,7 @@ use crate::parser::parse_with_limits; const DUAL_TAGS: &[(&'static str, (&'static str, &'static str))] = &[ ("_", ("", "")), ("*", ("", "")), - ("~", ("", "")), + ("~", ("", "")), ("`", ("", "")), ("```", ("
", "
")), ("```language", ("
", "
")), -- cgit v1.2.3