mirror of
https://github.com/larstvei/ox-gfm.git
synced 2024-11-26 09:38:31 +00:00
Trim whitespace when there are no footnotes
This commit is contained in:
parent
a3226de627
commit
d856378748
@ -254,7 +254,7 @@ holding export options."
|
||||
(headlines (and depth (org-export-collect-headlines info depth)))
|
||||
(toc-string (or (mapconcat 'org-gfm-format-toc headlines "\n") ""))
|
||||
(toc-tail (if headlines "\n\n" "")))
|
||||
(concat toc-string toc-tail contents "\n" (org-html-footnote-section info))))
|
||||
(org-trim (concat toc-string toc-tail contents "\n" (org-html-footnote-section info)))))
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user