mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
parent
436bdd6970
commit
66809dd8a3
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ lazy_static! {
|
||||||
// videos are also in sound tags
|
// videos are also in sound tags
|
||||||
static ref AV_TAGS: Regex = Regex::new(
|
static ref AV_TAGS: Regex = Regex::new(
|
||||||
r#"(?xs)
|
r#"(?xs)
|
||||||
\[sound:(.*?)\] # 1 - the filename in a sound tag
|
\[sound:(.+?)\] # 1 - the filename in a sound tag
|
||||||
|
|
|
|
||||||
\[anki:tts\]
|
\[anki:tts\]
|
||||||
\[(.*?)\] # 2 - arguments to tts call
|
\[(.*?)\] # 2 - arguments to tts call
|
||||||
|
|
Loading…
Reference in a new issue