markdown-preview
markdown-preview copied to clipboard
wikilinks support
Can we add wikilinks markdown syntax extension as Obsidian does?
Wikilink is something like this:
[[mydir/foo.md]]
which is the same as
mydir/foo.md
Most of the markdown community uses markdown links. It’s what the markdown standard defines a link should look like, and it’s what’s supported on most apps, scripts and services. It’s also more future-proof.
The extension uses marked parser to parse markdown. It doesn't support wikilinks yet.