aboutsummaryrefslogtreecommitdiff
path: root/out.html
Commit message (Collapse)AuthorAgeFilesLines
* Add parsing filepathHEADmasterAaditya Dhruv2025-08-101-4/+5
| | | | - Pass a valid markdown filepath and convert it to HTML
* Add Parser supportAaditya Dhruv2025-08-101-1/+6
| | | | | | | - Parser is able to take Lexer tokens and generate AST with Text (Paragraph) and Headings - Scanner has been renamed to Lexer - main.rs has been updated to use the Lexer and Parser
* Barebones rendering frameworkAaditya Dhruv2025-06-051-0/+1