mirror of
https://github.com/larstvei/ox-gfm.git
synced 2024-11-26 09:38:31 +00:00
fix indent
This commit is contained in:
parent
0e758d06f9
commit
e2ce3cc130
@ -249,7 +249,7 @@ INFO is a plist used as a communication channel."
|
|||||||
(let* ((fn-alist (org-export-collect-footnote-definitions info))
|
(let* ((fn-alist (org-export-collect-footnote-definitions info))
|
||||||
(fn-alist
|
(fn-alist
|
||||||
(cl-loop for (n type raw) in fn-alist collect
|
(cl-loop for (n type raw) in fn-alist collect
|
||||||
(cons n (org-trim (org-export-data raw info))))))
|
(cons n (org-trim (org-export-data raw info))))))
|
||||||
(when fn-alist
|
(when fn-alist
|
||||||
(format
|
(format
|
||||||
"## %s\n%s"
|
"## %s\n%s"
|
||||||
|
Loading…
Reference in New Issue
Block a user