Update main.go: Log to stdout & support both html and html-chroma
Could be moved into a flag but I'll significantly refactor the main.go later on anyways - for now this works TM
This commit is contained in:
parent
6637e63892
commit
6adad92e8b
2 changed files with 5 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -20,4 +20,4 @@ setup:
|
|||
case=example
|
||||
.PHONY: render
|
||||
render:
|
||||
bash -c "go run main.go org/testdata/$(case).org html |& html2text"
|
||||
go run main.go org/testdata/$(case).org html | html2text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue