Find a file
Niklas Fasching 2cf09dcf03 Fix AST headline nesting
Headlines are nested if their level is higher (more stars) than the current
headline. We're abusing the token.lvl field for this - as headlines can never
be indented we know the indentation must be 0 so we can cache the lvl (count of
stars) of the headline in that field.

This doesn't change anything right now so I'll postpone adding tests and stuff
until there are actual use cases for the AST and stuff.
2019-01-07 20:26:27 +01:00
etc Add support for timestamps 2019-01-06 21:01:47 +01:00
org Fix AST headline nesting 2019-01-07 20:26:27 +01:00
.gitignore Set up fuzzing with go-fuzz 2018-12-20 00:30:58 +01:00
.travis.yml Add wasm demo to github pages 2018-12-16 19:54:17 +01:00
LICENSE Add MIT License 2018-12-20 20:30:14 +01:00
main.go Add some documentation & split Document into Configuration+Document 2019-01-02 19:17:17 +01:00
Makefile Set up fuzzing with go-fuzz 2018-12-20 00:30:58 +01:00
README.org Refactor: Move some code 2019-01-06 20:49:49 +01:00