From 6dd8e90bb8d0337ef4e3c9973c9cd43908b81451 Mon Sep 17 00:00:00 2001 From: Niklas Fasching Date: Mon, 7 Jan 2019 20:31:12 +0100 Subject: [PATCH] Cleanup: UPDATE README & Makefile render hasn't been used for a long time now - time to get rid of it. --- Makefile | 5 ----- README.org | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index ccb8c14..0865ff5 100644 --- a/Makefile +++ b/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 diff --git a/README.org b/README.org index fdb396b..c08bfeb 100644 --- a/README.org +++ b/README.org @@ -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