diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2016-04-26 18:35:20 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-04-26 18:35:20 -0400 |
commit | 4871d48718496e2b9691bd8a3365a4df6dcafda7 (patch) | |
tree | a654c30ffae6a454edd63ed1cfc9974318eff87c | |
parent | 053f96e80b98c94c615ad8d232808bcbd6164164 (diff) | |
download | ikiwiki-4871d48718496e2b9691bd8a3365a4df6dcafda7.tar ikiwiki-4871d48718496e2b9691bd8a3365a4df6dcafda7.tar.gz |
explain footnotes
-rw-r--r-- | doc/tips/convert_moinmoin_to_ikiwiki.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/convert_moinmoin_to_ikiwiki.mdwn b/doc/tips/convert_moinmoin_to_ikiwiki.mdwn index 4b3deb2ea..492418b5a 100644 --- a/doc/tips/convert_moinmoin_to_ikiwiki.mdwn +++ b/doc/tips/convert_moinmoin_to_ikiwiki.mdwn @@ -46,7 +46,7 @@ Usage instructions are in the `README` file. vertical list instead of an horizontal list) * PageList, through [[ikiwiki/directive/map]] * MonthCalendar, partially, through [[ikiwiki/directive/calendar]] - * FootNote, through markdown + * FootNote, through multimarkdown (`[^foo]` → `[^foo]: this is the footnote`) * Anchor, through markdown and plain HTML * `<<BR>>`, through the weird line ending thing * AttachList, through a weird [[ikiwiki/directive/inline]] |