File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ To use Markdown-style footnotes in Org, ox-html-markdown footnotes advises the `
4343<h2 class =" footnotes" >Footnotes: </h2 >
4444<div id =" text-footnotes" >
4545<ol >
46- <li class =" footdef" role =" doc-footnote" ><p class =" footpara" >
46+ <li id = " fn.1 " class =" footdef" role =" doc-footnote" tabindex = " -1 " ><p class =" footpara" >
4747A footnote.
4848</p >
4949
5050<p class =" footpara" >
5151With a second paragraph.
52- </p > <a id = " fn.1 " href =" #fnr.1" role =" doc-backlink" >↩︎ ; </a ></li >
52+ </p > <a href =" #fnr.1" role =" doc-backlink" >↩︎ ; </a ></li >
5353</ol >
5454
5555</div >
@@ -170,8 +170,8 @@ The updated copy is defined as `org-html-markdown-style-footnotes--section`:
170170 (pcase definition
171171 (`(,n ,_ ,def)
172172 (format
173- "<li class=\"footdef\" role=\"doc-footnote\">%s %s %s</li>\n"
174- (format "<a id=\"fn.%d\"></a>" n)
173+ "<li id=\"fn.%d\" class=\"footdef\" role=\"doc-footnote\" tabindex=\"-1\"> %s %s</li>\n"
174+ n
175175 (org-trim (org-export-data def info))
176176 (format "<a href=\"#fnr.%d\" role=\"doc-backlink\">↩︎</a>" n)))))
177177 definitions
You can’t perform that action at this time.
0 commit comments