Support html export blocks

This commit is contained in:
Niklas Fasching 2018-12-11 16:03:04 +01:00
parent 04db858934
commit 53b61abfd0
4 changed files with 18 additions and 7 deletions

View file

@ -19,3 +19,9 @@ Mongodb is very webscale
and quote blocks can contain multiple paragraphs
#+END_QUOTE
#+BEGIN_EXPORT html
<script>
console.log("Hello World!")
</script>
#+END_EXPORT