Add basic html rendering

This commit is contained in:
Niklas Fasching 2018-12-02 16:18:59 +01:00
parent 00aa120bf4
commit 6c683dfbdb
7 changed files with 402 additions and 1 deletions

View file

@ -12,3 +12,8 @@ build:
.PHONY: setup
setup:
git config core.hooksPath etc/githooks
case=example
.PHONY: render
render:
bash -c "go run cmd/org/org.go testdata/$(case).org html |& html2text"