Convert Makrdown format files to HTML or ANSI Escape Sequences formats. By default, prints the converted file to stdout.
Example:
./main [OPTION]... [FILE]...
npm run test
Place the output into [FILE]
Set format of output. By default format is html.
[TYPE] values: html, ansi.
Set format of output to ansi
In conclusion, this lab provided a valuable hands-on experience in writing unit tests for Markdown parser. By thoroughly testing the functionality of the parser, I ensure its reliability and accuracy in converting Markdown syntax into HTML and ANSI Escape Sequences formats.