html: Allow inline html export in #+TITLE
This commit is contained in:
parent
4b56810a65
commit
cbf1b8c38c
5 changed files with 11 additions and 5 deletions
1
org/testdata/inline.html
vendored
1
org/testdata/inline.html
vendored
|
@ -51,7 +51,6 @@ inline source blocks like <div class="src src-inline src-html">
|
|||
<li>
|
||||
<p>
|
||||
inline export blocks <h1>hello</h1>
|
||||
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
|
|
5
org/testdata/misc.html
vendored
5
org/testdata/misc.html
vendored
|
@ -1,4 +1,7 @@
|
|||
<h1 class="title">Misc</h1>
|
||||
<h1 class="title"><p>
|
||||
Misc title <b>with an inline html export</b>
|
||||
</p>
|
||||
</h1>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="#headline-1">issues from goorgeous (free test cases, yay!)</a>
|
||||
|
|
2
org/testdata/misc.org
vendored
2
org/testdata/misc.org
vendored
|
@ -1,4 +1,4 @@
|
|||
#+TITLE: Misc
|
||||
#+TITLE: Misc title @@html:<b>with an inline html export</b>@@
|
||||
** issues from goorgeous (free test cases, yay!)
|
||||
*** DONE [[https://github.com/chaseadamsio/goorgeous/issues/19][#19]]: Support #+HTML
|
||||
#+HTML: <p style="border: 1px dotted grey">neato!</p>
|
||||
|
|
2
org/testdata/misc.pretty_org
vendored
2
org/testdata/misc.pretty_org
vendored
|
@ -1,4 +1,4 @@
|
|||
#+TITLE: Misc
|
||||
#+TITLE: Misc title @@html:<b>with an inline html export</b>@@
|
||||
** issues from goorgeous (free test cases, yay!)
|
||||
*** DONE [[https://github.com/chaseadamsio/goorgeous/issues/19][#19]]: Support #+HTML
|
||||
#+HTML: <p style="border: 1px dotted grey">neato!</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue