Add basic html rendering
This commit is contained in:
parent
00aa120bf4
commit
6c683dfbdb
7 changed files with 402 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue