skip regex operations on tag mismatch subject

This commit is contained in:
yggverse 2025-03-16 19:53:29 +02:00
parent 7345400172
commit 83ec663929
4 changed files with 18 additions and 1 deletions

View file

@ -3,3 +3,5 @@ pub mod multiline;
pub use inline::Inline;
pub use multiline::Multiline;
pub const TAG: &str = "```";