Skip to content
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

Add Markdown link parsing support #9

Closed
omalk98 opened this issue Sep 17, 2023 · 1 comment · Fixed by #10
Closed

Add Markdown link parsing support #9

omalk98 opened this issue Sep 17, 2023 · 1 comment · Fixed by #10

Comments

@omalk98
Copy link
Contributor

omalk98 commented Sep 17, 2023

Requesting to add markdown link parsing feature.
This feature will process markdown files only and convert any pattern that matches [*](*) and convert it to the appropriate <a> tag in HTML.
The feature will require modification to the generateHTMLforMdFile() function to make it work.

@sdthaker
Copy link
Owner

Approved, Please file a PR when done and link the issue with the PR.

@sdthaker sdthaker linked a pull request Sep 17, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants