yzane / vscode-markdown-pdf

Markdown converter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf
Other
1.01k stars 206 forks source link

References that skip invalid characters are not created as links #370

Open nsk7even opened 6 months ago

nsk7even commented 6 months ago

Consider having this heading: ## [ ] 1.2.3 Title

That is targeted by this reference in markdown: [[ ] 1.2.3 Title](#--123-title)

Markdown PDF does format this phrase like other links, but does not produce a link out of it.


Update: Tried these emojis that are recommended in the settings: https://www.webfx.com/tools/emoji-cheat-sheet/

Example: ## ⬜ 1.2.3 Title

Targeted by this reference: [⬜ 1.2.3 Title](#-123-title)

Same result.