Skip to content

magicvegetable/mtrpz2

Repository files navigation

Lab 2

Overview

Convert Makrdown format files to HTML or ANSI Escape Sequences formats. By default, prints the converted file to stdout.

Usage

Example:

./main [OPTION]... [FILE]...

Run tests

npm run test

Options

-o, --out [FILE]

Place the output into [FILE]

--format=[TYPE]

Set format of output. By default format is html. [TYPE] values: html, ansi.

-f, --format

Set format of output to ansi

Link to revert commit

Revert commit

Link to commit with failed tests

Commit with failed tests

Conclusion

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published