diff options
author | ubq323 <ubq323@ubq323.website> | 2024-11-08 01:11:02 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-11-08 01:11:02 +0000 |
commit | dfef0c0e5fad890c6c65110e3850ece586614215 (patch) | |
tree | 3e2fb3579f9e1549caac87debda7ed49eb6c8aa1 | |
parent | 6d29e83effd717a1938859df15ab6f03801d363a (diff) |
footnotes class
-rw-r--r-- | prose.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |