blob: 40689d0414bd8d8091bedb5cfd43f7cef978638a (
plain)
TODO
End-to-end testing
A testsuite has been collected for the newly introduced Markdown markup.
These tests are all end-to-end tests rather than unit tests,
since the parser logic did not invite for much separation
into multiple functions sensible to check individually.
TODO: Document test coverage, and reflect on causes.
Additionally, the code has been tested against the large testsuite
part of the commonmark-spec project,
to ensure no breakage of conventional Markdown markup.
Validation of output formatting
TODO
Evaluation of practical use
TODO
|