Skip to content

Transforms `[[#section name]]` and `[[filename]]` links in markdown to actual HTML links in GitHub's markdown preview.

Notifications You must be signed in to change notification settings

elias-michaias/github-markdown-link-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Transforms `[[#section name]]` and `[[filename]]` links in markdown to actual HTML links in GitHub's markdown preview.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published