mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 13:17:12 -05:00
and make sure xhtml syntax works too
This commit is contained in:
parent
2a629a179d
commit
4e5b725166
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ from anki.utils import checksum, genID
|
|||
from anki.lang import _
|
||||
|
||||
regexps = ("(?i)(\[sound:([^]]+)\])",
|
||||
"(?i)(<img[^>]+src=[\"']?([^\"'>]+)[\"']?[^>]?>)")
|
||||
"(?i)(<img[^>]+src=[\"']?([^\"'>]+)[\"']?[^>]*>)")
|
||||
|
||||
# Tables
|
||||
##########################################################################
|
||||
|
|
|
|||
Loading…
Reference in a new issue