Niklas Fasching
56ecb2d401
Add some documentation & split Document into Configuration+Document
2019-01-02 19:17:17 +01:00
Niklas Fasching
c26d39284c
Improve main.go: log error to stderr, output to stdout
2018-12-18 23:53:32 +01:00
Niklas Fasching
2947d7632d
Support basic #+INCLUDE (src/example/export block only)
...
including org files is more complex - e.g. footnotes need to be namespaced to
their source file. org does this by prefixing each included files footnotes
with a number - but even that is not enough as it doesn't guarantee
uniqueness.
As I don't have a usecase for it, I'll avoid the additional complexity for
now.
2018-12-14 17:09:00 +01:00
Niklas Fasching
04df30a7b5
Convert panics to errors for public interface
2018-12-14 16:37:32 +01:00
Niklas Fasching
b1a03e2d27
Make highlightCodeBlock render enclosing div tags on separate lines
2018-12-11 16:09:39 +01:00
Niklas Fasching
9826aa2143
Add make target to automatically regenerate html fixtures
...
After changing something the fixtures need to be updated to reflect the new
output. This just moves those steps from my bash history to make.
2018-12-11 15:42:41 +01:00
Niklas Fasching
8cefd9fabc
Set up github pages
2018-12-11 15:42:41 +01:00
Niklas Fasching
6adad92e8b
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
2018-12-11 14:42:05 +01:00
Niklas Fasching
fc982125c9
Restructure directory layout: org subpackage
2018-12-02 18:37:55 +01:00