Add "svg" as allowed files for images in HTML exort
* lisp/org-html.el (org-export-html-inline-image-extensions): Add "svg" as an allowed extension.
This commit is contained in:
parent
464bf73b74
commit
b7372638bc
|
@ -387,7 +387,7 @@ be linked only."
|
|||
(const :tag "When there is no description" maybe)))
|
||||
|
||||
(defcustom org-export-html-inline-image-extensions
|
||||
'("png" "jpeg" "jpg" "gif")
|
||||
'("png" "jpeg" "jpg" "gif" "svg")
|
||||
"Extensions of image files that can be inlined into HTML."
|
||||
:group 'org-export-html
|
||||
:type '(repeat (string :tag "Extension")))
|
||||
|
|
Loading…
Reference in New Issue