7 Commits

Author SHA1 Message Date
Hayden Hargreaves
e2178604dd (FEAT): Block quotes implemented
However, an issue has been outlines, deeper recursion. Recursive
functions should by nature...recurse. Which they do not...
2025-11-10 22:16:12 -07:00
Hayden Hargreaves
23a95164b7 (FIX): Fixed the stupid link issue. And implemented anchors
yay :)
2025-11-03 22:18:12 -07:00
Hayden Hargreaves
7587e493d7 (FEAT) Abstracted file system into its own class.
This class is then composed into the parser class and called to write
the expected outputs. This is a huge step towards the final product.
Furthermore, the output it being written to the file generated. Until
the CLI is implemented, this is the best it will do.
2025-10-17 13:08:37 -07:00
Hayden Hargreaves
8282a0e79d (FIX): Merged main into the branch 2025-10-16 12:36:18 -07:00
4672b81f6a Define Inline Node 2025-10-15 13:32:43 -07:00
Hayden Hargreaves
39186fad50 (FEAT): Worked on the parser class definition.
There are no implementations yet, just a rough outline and some
comments.

This commit also includes an update to the Makefile to use wild cards
to build the `libs`, which will solve the issue with dynamic updating.
2025-10-14 13:07:55 -07:00
Hayden Hargreaves
7f6a3c6312 (INIT): Project init
On-boarding will begin now...
2025-10-13 16:35:46 -07:00