markcat
markcat copied to clipboard
Make more and better tests
The tests currently used are from marked-terminal and work fine for the Renderer class but more and better tests should be coded.
Currently the tests are written in pre-ES6 code, a good way to write the new tests would be refactoring the old code into ES2018, discarding the unnecessary parts and building the new tests from what's left.