Setup golden value testing

This commit is contained in:
Nathan McCarty 2025-02-21 15:29:25 -05:00
parent 4e83ca8d48
commit 72b102d071
10 changed files with 50 additions and 6 deletions
src/SSG/Djot

View file

@ -55,4 +55,5 @@ export
renderHtml : List Block -> Html "html"
renderHtml xs =
let (_ ** xs) = renderBlocks xs
in Normal "html" ["lang" =$ "en"] xs
in Normal "html" ["lang" =$ "en"]
[ Normal "body" [] xs ]