sawmac / display-markdown

JS Rendering of Markdown Files
29 stars 16 forks source link

Load markdown links into the HTML #1

Open mohsend opened 8 years ago

mohsend commented 8 years ago

Thanks for the project this is what I needed!

A suggestion though. I have links to other Markdown files in my README.md and I thought when I click on those links it would load those markdown files and display them. but it just opened the plaintext. I think doing such thing would make this little script a very useful piece of code for those who want to have a very basic site like me. I would have fork and done it myself if I was more familiar with JS, but I think doing so for you wouldn't be a hard task.

Thanks in advance. Cheers!

AraHaan commented 7 years ago

Cant you have those markdown files loaded up by other index.html's and then you link to those places within the markdown to properly render them?