Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 406 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 406 Bytes

github-markdown-link-view

This is a Chrome extension that transforms markdown-style double bracket links into standard HTML links.

Ex:

  • [[#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.