mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -04:00
Merge branch 'master' of github.com:dae/libanki
This commit is contained in:
commit
8d46173de9
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
import re
|
import re
|
||||||
from anki.hooks import addHook
|
from anki.hooks import addHook
|
||||||
|
|
||||||
r = r' ?([^[]+?)\[(.+?)\]([^ ]+?|$)'
|
r = r' ?([^ >]+?)\[(.+?)\]'
|
||||||
ruby = r'<ruby><rb>\1</rb><rt>\2</rt></ruby>'
|
ruby = r'<ruby><rb>\1</rb><rt>\2</rt></ruby>'
|
||||||
|
|
||||||
def noSound(repl):
|
def noSound(repl):
|
||||||
|
|
Loading…
Reference in a new issue