Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. #Some Test
  2.  
  3. This is example uses the MarkDown `Uri`- Syntax to do what you want to do. The script will limit itself to Uris in the `file` namespace. The script will ignore the existing file extension in your link and replace it with the MarkDown file extension.
  4.  
  5. Here is [file b](file://file_b.html) (this will be looking for file_b.md in the same folder as this file is in) Here is a link to an [URL](http://example.com) which will not be considered. Here is the link to [file c](file://moo/file_c.txt) one folder down from the current document.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement