From 66517465786b90ccb7fcffeef7996b593374d889 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Tue, 26 Nov 2019 13:53:40 -0500 Subject: Add permalink_title option (#886) Addes a new `permalink_title` option to the TOC extension, which allows the title attribute of a permalink to be set to something other than the default English string "Permanent link". Fixes #781. --- docs/extensions/toc.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/extensions') diff --git a/docs/extensions/toc.md b/docs/extensions/toc.md index bd37c9e..b068b29 100644 --- a/docs/extensions/toc.md +++ b/docs/extensions/toc.md @@ -168,6 +168,9 @@ The following options are provided to configure the output: * **`permalink_class`**: CSS class(es) used for the link. Defaults to `headerlink`. +* **`permalink_title`**: + Title attribute of the permanent link. Defaults to `Permanent link`. + * **`baselevel`**: Base level for headers. Defaults to `1`. -- cgit v1.2.1