]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
all good
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>
Wed, 4 May 2016 22:53:24 +0000 (18:53 -0400)
committeradmin <admin@branchable.com>
Wed, 4 May 2016 22:53:24 +0000 (18:53 -0400)
doc/bugs/footnotes-look-weird.mdwn

index d085e9b50c45997ade4a409a1ab08cfabe3e7c51..be1e5d562e8a588703722a420caa73f724fe0cdb 100644 (file)
@@ -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]]