Closed
Description
Would be nice to have an ability to set a custom title text for permalink title attribute. For example:
- toc:
title: 'Ссылка на этот раздел' #Custom title here
permalink: '#'
slugify: !!python/name:pymdownx.slugs.uslugify
For now, "Permament link" text is simply hardcoded within toc.py
:
markdown/markdown/extensions/toc.py
Line 194 in 9ec83c4
Related: #657