Merge pull request #12 from kieranclancy/master

This fixes a furigana bug
This commit is contained in:
Damien Elmes 2012-07-04 02:27:48 -07:00
commit c0423e80b7

View file

@ -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):