Implement inline export blocks

https://orgmode.org/manual/Quoting-HTML-tags.html
This commit is contained in:
Niklas Fasching 2020-04-16 14:56:43 +02:00
parent 3018ace8d0
commit 4b56810a65
6 changed files with 42 additions and 14 deletions

View file

@ -44,12 +44,14 @@ links with slashes do not become <em>emphasis</em>: <a href="https://somelinksho
<li>
<p>
inline source blocks like <div class="src src-inline src-html">
<div class="highlight-inline">
<pre>
&lt;h1&gt;hello&lt;/h1&gt;
</pre>
</div>
<h1>hello</h1>
</div>
</p>
</li>
<li>
<p>
inline export blocks <h1>hello</h1>
</p>
</li>
<li>