A lightweight library that parses .md
(Markdown) files and generates iterable structures for dynamic rendering in web applications.
-
Heading, Paragraphs, Code Blocks, Inline, Bold, and Links
-
Converts Markdown into iterable structures (e.g., arrays of headings, paragraphs, code blocks, etc.)
-
Useful for building custom Markdown renderers, previews, or documentation tools
-
Still Working on Nested Lists and Tables
git clone https://github.com/aliahmadCode/rendermd.git