Cleanup: UPDATE README & Makefile
render hasn't been used for a long time now - time to get rid of it.
This commit is contained in:
parent
2cf09dcf03
commit
6dd8e90bb8
2 changed files with 1 additions and 6 deletions
5
Makefile
5
Makefile
|
@ -17,11 +17,6 @@ test: install
|
|||
setup:
|
||||
git config core.hooksPath etc/githooks
|
||||
|
||||
case=example
|
||||
.PHONY: render
|
||||
render:
|
||||
go run main.go org/testdata/$(case).org html | html2text
|
||||
|
||||
.PHONY: generate
|
||||
generate: generate-gh-pages generate-fixtures
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
* go-org [[https://travis-ci.org/niklasfasching/go-org.svg?branch=master]]
|
||||
A basic Org mode parser in go.
|
||||
An Org mode parser in go.
|
||||
Take a look at [[https://niklasfasching.github.io/go-org/][github pages]] for some examples and an online org -> html demo (requires wasm support).
|
||||
[[https://raw.githubusercontent.com/niklasfasching/go-org/master/etc/example.png]]
|
||||
* not yet implemented
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue