Open cashpw opened 2 years ago
I'm having a difficult time exporting a block of raw HTML when translating an org file into markdown via ox-pandoc.
As an example:
#+title: Example File ... <p>Some HTML I want exported as-is</p> ** An org-mode heading ...
I want that section of the file to read, after exporting, like:
<p>Some HTML I want exported as-is</p> ## An org-mode heading
I've tried:
#+begin_export html
I'll update here as I continue to try things.
The active ox-pandoc repository from which MELPA packages are built is now https://github.com/emacsorphanage/ox-pandoc.
If the issue is unresolved, please do re-post it on the issue tracker there.
I'm having a difficult time exporting a block of raw HTML when translating an org file into markdown via ox-pandoc.
As an example:
I want that section of the file to read, after exporting, like:
I've tried:
#+begin_export html
: Wraps the HTML with ```htmlI'll update here as I continue to try things.