Implement inline export blocks
https://orgmode.org/manual/Quoting-HTML-tags.html
This commit is contained in:
parent
3018ace8d0
commit
4b56810a65
6 changed files with 42 additions and 14 deletions
12
org/testdata/inline.html
vendored
12
org/testdata/inline.html
vendored
|
@ -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>
|
||||
<h1>hello</h1>
|
||||
</pre>
|
||||
</div>
|
||||
<h1>hello</h1>
|
||||
</div>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
inline export blocks <h1>hello</h1>
|
||||
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
|
|
1
org/testdata/inline.org
vendored
1
org/testdata/inline.org
vendored
|
@ -9,6 +9,7 @@
|
|||
- _underlined_ *bold* =verbatim= ~code~ +strikethrough+
|
||||
- *bold string with an *asterisk inside*
|
||||
- inline source blocks like src_html[:eval no]{<h1>hello</h1>}
|
||||
- inline export blocks @@html:<h1>hello</h1>@@
|
||||
- =multiline emphasis is
|
||||
supported - and respects MaxEmphasisNewLines (default: 1)=
|
||||
/so this
|
||||
|
|
1
org/testdata/inline.pretty_org
vendored
1
org/testdata/inline.pretty_org
vendored
|
@ -9,6 +9,7 @@
|
|||
- _underlined_ *bold* =verbatim= ~code~ +strikethrough+
|
||||
- *bold string with an *asterisk inside*
|
||||
- inline source blocks like src_html[:eval no]{<h1>hello</h1>}
|
||||
- inline export blocks @@html:<h1>hello</h1>@@
|
||||
- =multiline emphasis is
|
||||
supported - and respects MaxEmphasisNewLines (default: 1)=
|
||||
/so this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue