mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04: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 _
|
from anki.lang import _
|
||||||
|
|
||||||
regexps = ("(?i)(\[sound:([^]]+)\])",
|
regexps = ("(?i)(\[sound:([^]]+)\])",
|
||||||
"(?i)(<img[^>]+src=[\"']?([^\"'>]+)[\"']?[^>]?>)")
|
"(?i)(<img[^>]+src=[\"']?([^\"'>]+)[\"']?[^>]*>)")
|
||||||
|
|
||||||
# Tables
|
# Tables
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
Loading…
Reference in a new issue