diff options
author | smcv <smcv@web> | 2016-05-04 05:38:27 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-05-04 05:38:27 -0400 |
commit | 337736663b74ba0f15b688ed2af2e2f75bd22b14 (patch) | |
tree | cd15774dddc0f0cb1496861de0c31567b2244c76 | |
parent | f4b75b3b2cd913781e1c49d9fd5a376a27e71afd (diff) | |
download | ikiwiki-337736663b74ba0f15b688ed2af2e2f75bd22b14.tar ikiwiki-337736663b74ba0f15b688ed2af2e2f75bd22b14.tar.gz |
response
-rw-r--r-- | doc/bugs/footnotes-look-weird.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/footnotes-look-weird.mdwn b/doc/bugs/footnotes-look-weird.mdwn index a5af38e50..3fb8f4bfd 100644 --- a/doc/bugs/footnotes-look-weird.mdwn +++ b/doc/bugs/footnotes-look-weird.mdwn @@ -37,8 +37,23 @@ At any rate, the correct way to fix this is to *avoid* custom styling and use the `<sup>` tag for the footnote reference, as it has *meaning* which is important to have proper semantic output (e.g. for screen readers), as detailed in [this Stack Overflow discussion][]. +--[[anarcat]] [this Stack Overflow discussion]: http://stackoverflow.com/questions/501671/superscript-in-css-only +> ikiwiki code does not interpret Markdown or translate it into HTML. +> If I'm interpreting what you say correctly, you seem to be implying +> that you think [[!cpan Text::MultiMarkdown]] is producing incorrect +> HTML for footnotes (is an `<a>` with a `class`, should be a `<sup>`). +> If so, please report that as a MultiMarkdown bug, not an ikiwiki bug, +> or alternatively don't use MultiMarkdown. +> +> What remains after eliminating the MultiMarkdown bug seems to be: +> ikiwiki's default stylesheet does not contain the necessary styling +> to work around the non-semantic markup produced by the non-default +> Text::MultiMarkdown Markdown implementation. Is that an accurate +> summary? +> --[[smcv]] + Note that I also make the bottom `<div>` small as well so that it has less weight than the rest of the text. -- [[anarcat]] |