JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
682 stars 75 forks source link

[IDEA-285910]links pointing to SETEXT and AXT in markdown file fails , after export to html. #97

Open XenoAmess opened 2 years ago

XenoAmess commented 2 years ago

Fix https://youtrack.jetbrains.com/issue/IDEA-285910

Notice that we changed the output html (add id attributes for SETEXT and ATX), so all test resrouces must be re-generated.

But that is a boring job, and I think you have some toolchain to auto-do it.

First I wanna know about what you think about this fix.

Just reply if anything in codes you think need to change.

Thanks.