There still seems to be a problem with links and special characters like ä,& ect. When creating a local link inside a markdown document like this:
[local link](#some-heading)
everything works fine as long as there is no special character in the path. With special characters in the path the link is no longer working in the pdf. However if we use the path explicitly like this:
There still seems to be a problem with links and special characters like ä,& ect. When creating a local link inside a markdown document like this:
everything works fine as long as there is no special character in the path. With special characters in the path the link is no longer working in the pdf. However if we use the path explicitly like this:
the link works again.
I created a minimal example to show the three different cases I described. mkdocs_heading_example.zip