summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIsaac Muse <faceless.shop@gmail.com>2018-10-09 09:00:25 -0600
committerWaylan Limberg <waylan.limberg@icloud.com>2018-10-09 11:00:25 -0400
commit908bd07618cec8b63a64f74e50dadb450715832b (patch)
tree5e5e4fa64935d40f0ee82a80ac64831d52168a65 /docs
parent2b064ffc2c34eb9bb20bff58a78433cd04d4b8ad (diff)
downloadpython-markdown-908bd07618cec8b63a64f74e50dadb450715832b.tar.gz
foot note adjustments (#728)
Add a config to set the footnote separator. Also remove rel/rev as they aren't really compatible with HTML5 and we already have classes set for refs and backrefs. Fixes 723.
Diffstat (limited to 'docs')
-rw-r--r--docs/extensions/footnotes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/extensions/footnotes.md b/docs/extensions/footnotes.md
index 4df12a1..d61e7ca 100644
--- a/docs/extensions/footnotes.md
+++ b/docs/extensions/footnotes.md
@@ -90,3 +90,6 @@ The following options are provided to configure the output:
The text string for the `title` HTML attribute of the footnote definition link.
`%d` will be replaced by the footnote number. Defaults to `Jump back to
footnote %d in the text`
+
+* **`SEPARATOR`**:
+ The text string used to set the footnote separator. Defaults to `:`.