Render markdown files with a tool

This commit is contained in:
Zed
2022-01-09 23:14:01 +01:00
parent 1fc6a4092e
commit 8c2e0c66e2
9 changed files with 45 additions and 21 deletions

View File

@@ -29,3 +29,6 @@ requires "flatty#0.2.3"
task scss, "Generate css":
exec "nim c --hint[Processing]:off -d:danger -r tools/gencss"
task md, "Render md":
exec "nim c --hint[Processing]:off -d:danger -r tools/rendermd"