mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Render markdown files with a tool
This commit is contained in:
parent
1fc6a4092e
commit
8c2e0c66e2
9 changed files with 45 additions and 21 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue