Skip to content

Parse hyperlinked local MD files #3686

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
manigohan opened this issue May 16, 2025 · 1 comment
Open

Parse hyperlinked local MD files #3686

manigohan opened this issue May 16, 2025 · 1 comment

Comments

@manigohan
Copy link

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)
@UziTech
Copy link
Member

UziTech commented May 18, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants