Closed lennartbrandin closed 1 year ago
Need to check this again and provide an example in the demo files
(hopefully) finally fixed in 1.5.5
It does not seem to work for me on 1.5.5 Behavior is as described before, i've also noticed that links inside code blocks are replaced, not sure if this is intended.
Perlite:
Obsidian:
for me, this is working, you can take a look at the demo page: https://perlite.secure77.de/?link=%2FDemo%20Documents%2Fmarkdown-sample
however, can you provide me your source md file?
the problem with obsidian links in code blocks is probably a different issue
can confirm the issue, in my test file I have a whitespace behind the link, only then it is working... I will try to fix this and provide a new release
please try again with the 1.5.6 release 🙏
The first link is now as imagined, the 2nd one links to the root of the containing folder. ([[#Test|Mit Title]])
this is implemented on the dev branche, will merge it in the next days to main
fixed in 1.5.7
Feature / Issue
Obsidian supports same document heading references using Wiki Links
Instead having the word "Solution" linking to
https://perlite/?link=/github/issues/samedoclinks#Solution
It displays
">#Solution
(The">
being the link and the#Solution
a codeblock) linking to:https://perlite/?link=/github/issues/<a href="#Solution
Solution
Display the correct word linking to the correct heading
Whats displayed