Add basic parser and org -> AST -> org rendering

This commit is contained in:
Niklas Fasching 2018-12-02 14:06:08 +01:00
parent 60835c66fc
commit 0b2972e32a
14 changed files with 1123 additions and 0 deletions

View file

@ -7,3 +7,6 @@ A basic org-mode parser in go
- https://orgmode.org/worg/dev/org-syntax.html
- https://github.com/abo-abo/org-mode/blob/mirror/lisp/org.el
- https://github.com/abo-abo/org-mode/blob/mirror/lisp/org-element.el
- test cases
- [[https://github.com/bdewey/org-ruby/blob/master/spec/html_examples][org-ruby]]
- pandoc, goorgeous