html: Do not render non-html export blocks

This commit is contained in:
Niklas Fasching 2020-03-31 16:28:56 +02:00
parent c68d931100
commit 6ed46ba95d
3 changed files with 14 additions and 2 deletions

View file

@ -57,6 +57,11 @@ console.log("Hello World!")
</script>
#+END_EXPORT
#+BEGIN_EXPORT something-other-than-html
I won't be rendered as html
#+END_EXPORT
- list item 1
blocks can contain unindented lines that would normally end a list item
#+BEGIN_EXAMPLE

View file

@ -57,6 +57,11 @@ console.log("Hello World!")
</script>
#+END_EXPORT
#+BEGIN_EXPORT something-other-than-html
I won't be rendered as html
#+END_EXPORT
- list item 1
blocks can contain unindented lines that would normally end a list item
#+BEGIN_EXAMPLE