From dfef0c0e5fad890c6c65110e3850ece586614215 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Fri, 8 Nov 2024 01:11:02 +0000 Subject: footnotes class --- prose.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prose.lua b/prose.lua index 7f86d5f..90172ec 100644 --- a/prose.lua +++ b/prose.lua @@ -86,7 +86,7 @@ end extensions.fns = function(S) if not S.footnotes then return "" end - return {T.hr"", T.ol(S.footnotes)} + return {T.hr"", T.ol({class="footnotes"},S.footnotes)} end extensions.meta = function(S,text) -- cgit v1.2.3