vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
813 stars 129 forks source link

broken TOC links #818

Open chilek opened 4 years ago

chilek commented 4 years ago

@vsch we use markdown enhanced 3.0.197.64 and it has broken TOC link generator support when it's used in GitHub Wiki. Let's take a look at example:

## cashimport.filename_pattern

Plugin transforms it in TOC to:

  - [cashimport.filename_pattern](#cashimportfilename-pattern)

but it should be:

  - [cashimport.filename_pattern](#cashimportfilename_pattern)

as GitHub markdown requires. Is it regression? In 2.x series it was correct.

vsch commented 4 years ago

@chilek, thank you for catching this. I inadvertently broke the code. I will make an EAP release with the fix.

chilek commented 4 years ago

@vsch no - that thank you for great plugin ;-) Please let me know when it's fixed.

vsch commented 4 years ago

@chilek, EAP update with a fix for the issue is available.

Installing EAP Plugin Version

Please note the change that EAP channel is for JetBrains licensed plugin and Legacy EAP is for legacy licensing by vladsch.com

chilek commented 4 years ago

Thanks a lot - now it works as should!