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.
 
 
 
 

644 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:

<div>
  <script type="text/javascript">
    var a = 3;
    var b = 2*a;
  </script>
</div>

See the Markdown source of this page.