Implemented proper conversion of links to local markdown files into html links
This commit is contained in:
parent
46e4f483f6
commit
7915a4bb09
7 changed files with 92 additions and 28 deletions
|
@ -1,3 +1,6 @@
|
|||
# My amazing markdown file!
|
||||
|
||||
I can _even_ do **this**!
|
||||
|
||||
- Or, I could...
|
||||
- [Link](page.md) to this file
|
||||
|
|
3
test/page.md
Normal file
3
test/page.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# My amazing markdown filez 2!
|
||||
|
||||
This file gets linked to...
|
Loading…
Add table
Add a link
Reference in a new issue