all repos — hastyscribe @ b18a13d9e9513e2cceb6d92a1a7dd5e39a3029d1

A professional markdown compiler.

hastyscribe.nimble

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
[Package]
name          = "hastyscribe"
version       = "1.5.0"
author        = "Fabio Cevasco"
description   = "Self-contained markdown compiler generating self-contained HTML documents"
license       = "MIT"

bin = "hastyscribe"

[Deps]
Requires: "nim >= 0.16.0"