all good
parent
e874ce623b
commit
355ba85137
|
@ -90,7 +90,9 @@ screen readers), as detailed in [this Stack Overflow discussion][].
|
||||||
>>> headers) or likely to trigger by mistake (typographic quotes and
|
>>> headers) or likely to trigger by mistake (typographic quotes and
|
||||||
>>> [[maybe alpha lists|forum/"S."_gets_replace_by_"a."_in_my_ikiwiki]]).
|
>>> [[maybe alpha lists|forum/"S."_gets_replace_by_"a."_in_my_ikiwiki]]).
|
||||||
>>> --[[smcv]]
|
>>> --[[smcv]]
|
||||||
>>
|
>>>
|
||||||
|
>>>> Makes perfect sense to me. --[[anarcat]]
|
||||||
|
>>>
|
||||||
>> For example, to enable footnotes, one needs to call Discount like this:
|
>> For example, to enable footnotes, one needs to call Discount like this:
|
||||||
>>
|
>>
|
||||||
>> Text::Markdown::Discount::markdown($text, Text::Markdown::Discount::MKD_EXTRA_FOOTNOTE())
|
>> 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
|
>>> `a.footnote` if the HTML produced by some other htmlize hook was
|
||||||
>>> `<sup><a class="footnote" ...>[1]</a></sup>` for instance.
|
>>> `<sup><a class="footnote" ...>[1]</a></sup>` for instance.
|
||||||
>>> But they're probably harmless.
|
>>> 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
|
Note that I also make the bottom `<div>` small as well so that it has
|
||||||
less weight than the rest of the text. -- [[anarcat]]
|
less weight than the rest of the text. -- [[anarcat]]
|
||||||
|
|
Loading…
Reference in New Issue