Setup golden value testing
This commit is contained in:
parent
4e83ca8d48
commit
72b102d071
10 changed files with 50 additions and 6 deletions
src/SSG/Djot
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue