aboutsummaryrefslogtreecommitdiff
path: root/_evaluation.qmd
blob: 08d58fd0dc7fd812df167e0c2e2e060a27ac94ce (plain)

FIXME: rephrase to explain for the reader what works

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