marked icon indicating copy to clipboard operation
marked copied to clipboard

Parse hyperlinked local MD files

Open manigohan opened this issue 7 months ago • 1 comments

Describe the feature Have hyperlinked files be also parsed into HTML

Why is this feature necessary? Having this would mean anyone writing their website in pure markdown (and use marked) have seamless writing.

[Proof](proof.md)

Describe alternatives you've considered Hyperlink the HTML file in markdown (e.g below)

[Hello](hello.html)

manigohan avatar May 16 '25 19:05 manigohan

This isn't something marked can do. This will need to be done on the server. You can link to *.md files now but the server will serve them as text instead of HTML which the browser needs to know how to render things.

This would be a cool feature but will have to come from some other server software.

UziTech avatar May 18 '25 14:05 UziTech