diff --git a/rslib/src/text.rs b/rslib/src/text.rs index 037366c2805..2bc873ab750 100644 --- a/rslib/src/text.rs +++ b/rslib/src/text.rs @@ -154,11 +154,6 @@ static AV_TAGS: LazyLock = LazyLock::new(|| { Regex::new( r"(?xs) \[sound:(.+?)\] # 1 - the filename in a sound tag - | - \[anki:tts\] - \[(.*?)\] # 2 - arguments to tts call - (.*?) # 3 - field text - \[/anki:tts\] ", ) .unwrap()