mirror of
https://github.com/larstvei/ox-gfm.git
synced 2024-11-26 09:38:31 +00:00
Render footnote section as HTML
Appends a footnote section, transcoded to HTML, to the GFM output. Fixes #11
This commit is contained in:
parent
32dd3626b6
commit
a3226de627
@ -254,7 +254,9 @@ holding export options."
|
|||||||
(headlines (and depth (org-export-collect-headlines info depth)))
|
(headlines (and depth (org-export-collect-headlines info depth)))
|
||||||
(toc-string (or (mapconcat 'org-gfm-format-toc headlines "\n") ""))
|
(toc-string (or (mapconcat 'org-gfm-format-toc headlines "\n") ""))
|
||||||
(toc-tail (if headlines "\n\n" "")))
|
(toc-tail (if headlines "\n\n" "")))
|
||||||
(concat toc-string toc-tail contents)))
|
(concat toc-string toc-tail contents "\n" (org-html-footnote-section info))))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user