|
@@ -695,16 +695,9 @@ be linked only."
|
|
|
("http" . "\\.\\(jpeg\\|jpg\\|png\\|gif\\|svg\\)\\'")
|
|
|
("https" . "\\.\\(jpeg\\|jpg\\|png\\|gif\\|svg\\)\\'"))
|
|
|
"Rules characterizing image files that can be inlined into HTML.
|
|
|
-
|
|
|
A rule consists in an association whose key is the type of link
|
|
|
to consider, and value is a regexp that will be matched against
|
|
|
-link's path.
|
|
|
-
|
|
|
-Note that, by default, the image extension *actually* allowed
|
|
|
-depend on the way the HTML file is processed. When used with
|
|
|
-pdflatex, pdf, jpg and png images are OK. When processing
|
|
|
-through dvi to Postscript, only ps and eps are allowed. The
|
|
|
-default we use here encompasses both."
|
|
|
+link's path."
|
|
|
:group 'org-export-html
|
|
|
:version "24.4"
|
|
|
:package-version '(Org . "8.0")
|