HTML export: Export #+TITLE as h1 and offset other headlines accordingly
emacs exports #+TITLE as <h1> and all other headlines accordingly as `lvl + 1` - we'll go with that.
This commit is contained in:
parent
b61e49eb85
commit
614307a8f5
8 changed files with 90 additions and 84 deletions
4
org/testdata/footnotes_in_headline.html
vendored
4
org/testdata/footnotes_in_headline.html
vendored
|
@ -4,9 +4,9 @@
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<h1 id="headline-1">
|
||||
<h2 id="headline-1">
|
||||
Title <sup class="footnote-reference"><a id="footnote-reference-1" href="#footnote-1">1</a></sup>
|
||||
</h1>
|
||||
</h2>
|
||||
<div class="footnotes">
|
||||
<hr class="footnotes-separatator">
|
||||
<div class="footnote-definitions">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue