aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/footnotes-look-weird.mdwn7
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]]