You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
723 B
723 B
+++ title = "Export block HTML" tags = ["export-block", "html"] draft = false +++
This HTML Export Block will also get exported for Hugo exports,
verbatim.
And Markdown emphasis characters like *, ` and _ will not escaped in here.
From ox-hugo Issue #154, we see an actual case of where that *
will need to remain unescaped:
# Org source
#+begin_export html
<div>
<script type="text/javascript">
var a = 3;
var b = 2*a;
</script>
</div>
#+end_export
See the Markdown source of this page to see the verbatim-inserted HTML.