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:
parent
58cca2faaa
commit
c710509078
3 changed files with 66 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue