diff options
author | Simon McVittie <smcv@debian.org> | 2017-05-14 18:16:53 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2017-05-14 18:16:53 +0100 |
commit | 4db4e589e4c73f076b666a77b86743695454a3ce (patch) | |
tree | 14436dc88eb75dc528f3ee27f6f5abb9a5634478 /doc | |
parent | 81c3258269fa53684043ce5b9fd701bb6a381017 (diff) | |
download | ikiwiki-4db4e589e4c73f076b666a77b86743695454a3ce.tar ikiwiki-4db4e589e4c73f076b666a77b86743695454a3ce.tar.gz |
mdwn: Enable footnotes by default when using Discount
A new mdwn_footnotes option can be used to disable footnotes in
MultiMarkdown and Discount.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/footnotes-look-weird.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/footnotes-look-weird.mdwn b/doc/bugs/footnotes-look-weird.mdwn index be1e5d562..a821ab43c 100644 --- a/doc/bugs/footnotes-look-weird.mdwn +++ b/doc/bugs/footnotes-look-weird.mdwn @@ -92,6 +92,10 @@ screen readers), as detailed in [this Stack Overflow discussion][]. >>> --[[smcv]] >>> >>>> Makes perfect sense to me. --[[anarcat]] +>>>> +>>>>> I have now enabled footnotes in Discount by default, with a new +>>>>> `mdwn_footnotes` option that can switch them off if they become +>>>>> problematic. --[[smcv]] >>> >> For example, to enable footnotes, one needs to call Discount like this: >> |