JetBrains / markdown

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

Don't resolve bookmark links of type `#link` to absolute URL #21

Open kradima opened 6 years ago

kradima commented 6 years ago

When generating HTML for a local .md file providing it's path as base URL bookmark links of type #link are prepended with base URL like - /Users/.../baseDir/#link and that's incorrect.

Let's leave bookmark links related and not absolute - just #link.