mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
add svg to images
This commit is contained in:
parent
9af575395e
commit
5d7dcad335
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ from BeautifulSoup import BeautifulSoup
|
||||||
|
|
||||||
# fixme: commit from tag area causes error
|
# fixme: commit from tag area causes error
|
||||||
|
|
||||||
pics = ("jpg", "jpeg", "png", "tif", "tiff", "gif")
|
pics = ("jpg", "jpeg", "png", "tif", "tiff", "gif", "svg")
|
||||||
audio = ("wav", "mp3", "ogg", "flac")
|
audio = ("wav", "mp3", "ogg", "flac")
|
||||||
|
|
||||||
_html = """
|
_html = """
|
||||||
|
|
Loading…
Reference in a new issue