Fixed #164. Support #+HTML tag also.

This commit is contained in:
yujie 2016-05-09 15:25:53 +08:00
parent a8b807fab7
commit 7917211a23
1 changed files with 2 additions and 1 deletions

View File

@ -789,7 +789,8 @@ CONTENTS is nil. INFO is a plist holding contextual information."
(value (org-element-property :value keyword)))
(case (intern key)
(REVEAL (org-reveal-parse-keyword-value value))
(REVEAL_HTML value))))
(REVEAL_HTML value)
(HTML value))))
(defun org-reveal-embedded-svg (path)
"Embed the SVG content into Reveal HTML."
(with-temp-buffer