Skip to content

TOC: Configurable permalink title attribute #781

Closed
@CMTV

Description

@CMTV

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:

permalink.attrib["title"] = "Permanent link"

Related: #657

Metadata

Metadata

Assignees

No one assigned

    Labels

    confirmedConfirmed bug report or approved feature request.extensionRelated to one or more of the included extensions.featureFeature request.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions