iamcco/markdown-preview.nvim

Anchor links containing special characters not being stripped

Open

#191 aberto em 15 de mai. de 2020

Ver no GitHub
 (1 comment) (2 reactions) (0 assignees)JavaScript (246 forks)batch import
help wanted

Métricas do repositório

Stars
 (5.538 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

When I define a section containing special characters, for example:

## api/path/to/resource/<resource_id>/

The preview doesn't strip the slashes and <>, so the anchor link becomes:

#api%2Fpath%2Fto%2Fresource%2F<resource_id>%2F

But on GitHub the actual anchor link would be:

#apipathtoresourceresource_id

Guia do colaborador