test(cheddar): Add simple Markdown rendering tests

Covers some of the odd things we do, specifically callouts and code
rendering.

Change-Id: Ib8542373b434b53d277b0d8c9ddb78ac7c5176a5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2689
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
Vincent Ambo 2021-03-27 17:47:49 +02:00 committed by tazjin
parent 58cca2faaa
commit c710509078
3 changed files with 66 additions and 1 deletions

View file

@ -3,7 +3,6 @@
pkgs.naersk.buildPackage {
src = ./.;
doDoc = false;
doCheck = false;
override = x: {
# Use our custom bat syntax set, which is everything from upstream,