We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1f5c9 commit 8f382d9Copy full SHA for 8f382d9
docs/setup/extensions/python-markdown.md
@@ -236,6 +236,19 @@ The following configuration options are supported:
236
permalink: ⚓︎
237
```
238
239
+`permalink_title`{ #toc-permalink-title }
240
+
241
+: :octicons-milestone-24: Default: `Permanent link` – This option sets the
242
+ title of the anchor link which is shown on hover and read by screen readers.
243
+ For accessibility reasons, it might be beneficial to change it to a more
244
+ discernable name, stating that the anchor links to the section itself:
245
246
+ ``` yaml
247
+ markdown_extensions:
248
+ - toc:
249
+ permalink_title: Anchor link to this section for reference
250
+ ```
251
252
`slugify`{ #toc-slugify }
253
254
: :octicons-milestone-24: Default: `headerid.slugify` – This option allows for
0 commit comments