all repos — hastyscribe @ fe61b9a88233c76c6500f0294d46b1a04dcb761d

A professional markdown compiler.

hastyscribe.nimble

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

bin = "hastyscribe"

[Deps]
Requires: "nim >= 0.15.0"