This is a Chrome extension that transforms markdown-style double bracket links into standard HTML links.
[[#section name]]
-><a href="#section name">section name</a>
[[some_other_file]]
-><a href="some_other_file.md">some_other_file</a>
The src
directory contains the source code for the extension.
The dist
directory contains the built extension.