mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -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
|
||||
from anki.hooks import addHook
|
||||
|
||||
r = r' ?([^[]+?)\[(.+?)\]([^ ]+?|$)'
|
||||
r = r' ?([^ >]+?)\[(.+?)\]'
|
||||
ruby = r'<ruby><rb>\1</rb><rt>\2</rt></ruby>'
|
||||
|
||||
def noSound(repl):
|
||||
|
|
Loading…
Reference in a new issue