diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2016-05-04 18:53:24 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-05-04 18:53:24 -0400 |
commit | 355ba851378a8194fa62db4be97015f0675d34aa (patch) | |
tree | 1d17dd2d6fe28119dd4d4a898278d3e1abc33cc9 /doc | |
parent | e874ce623ba6b367221606cbbae9b11802054747 (diff) | |
download | ikiwiki-355ba851378a8194fa62db4be97015f0675d34aa.tar ikiwiki-355ba851378a8194fa62db4be97015f0675d34aa.tar.gz |
all good
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/footnotes-look-weird.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/bugs/footnotes-look-weird.mdwn b/doc/bugs/footnotes-look-weird.mdwn index d085e9b50..be1e5d562 100644 --- a/doc/bugs/footnotes-look-weird.mdwn +++ b/doc/bugs/footnotes-look-weird.mdwn @@ -90,7 +90,9 @@ screen readers), as detailed in [this Stack Overflow discussion][]. >>> headers) or likely to trigger by mistake (typographic quotes and >>> [[maybe alpha lists|forum/"S."_gets_replace_by_"a."_in_my_ikiwiki]]). >>> --[[smcv]] ->> +>>> +>>>> Makes perfect sense to me. --[[anarcat]] +>>> >> For example, to enable footnotes, one needs to call Discount like this: >> >> Text::Markdown::Discount::markdown($text, Text::Markdown::Discount::MKD_EXTRA_FOOTNOTE()) @@ -117,6 +119,9 @@ screen readers), as detailed in [this Stack Overflow discussion][]. >>> `a.footnote` if the HTML produced by some other htmlize hook was >>> `<sup><a class="footnote" ...>[1]</a></sup>` for instance. >>> But they're probably harmless. +>>> +>>>> Alright, your call. :) At least this bug will be available as a workaround +>>>> for others that stumble upon the same problem! :) --[[anarcat]] Note that I also make the bottom `<div>` small as well so that it has less weight than the rest of the text. -- [[anarcat]] |