Skip to content

Add a setting for the header anchor symbol to remove (default is #) #48

@Lamecarlate

Description

@Lamecarlate

Is your feature request related to a problem? Please describe.

I use markdownItAnchor to add id and link on my headings. By default, the link is on a # symbol. It can be changed in the settings, for example with §. But if it's not a # it's displayed in the table of contents.

I suppose that it's because of this line in SimplifyResults.js:

const text = $(el).text().replace(' #', '')

Describe the solution you'd like

I would like a setting in the toc plugin, in order to let it know what is the element to remove.

Additional context

With #

default: with # the table of content contains only the text of headings

With §

with paragraph symbol: the table of content contains the text of headings with § at the end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions