sdthaker / Node-TILify

"Today I Learned" tool that converts text file or a directory of text files to HTML files and beyond

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Markdown link parsing support

omalk98 opened this issue · comments

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.

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