Find a file
Niklas Fasching 0255a129e2 Improve html entities replacement
No need to replace html entities in the result - we can just do it when we
write a text node - the only thing that actually contains text and thus
entities!
2018-12-13 17:43:31 +01:00
etc Add naive html escaping to generate-gh-pages 2018-12-11 22:12:51 +01:00
org Improve html entities replacement 2018-12-13 17:43:31 +01:00
.gitignore Set up github pages 2018-12-11 15:42:41 +01:00
.travis.yml Set up github pages 2018-12-11 15:42:41 +01:00
main.go Make highlightCodeBlock render enclosing div tags on separate lines 2018-12-11 16:09:39 +01:00
Makefile Add make target to automatically regenerate html fixtures 2018-12-11 15:42:41 +01:00
README.org Add support for org-entities (e.g. ndash, mdash, \Aacute) 2018-12-11 22:12:51 +01:00

motivation

  • have a org-mode AST to play around with building an org-mode language server
  • hopefully add reasonable org-mode support to hugo - sadly goorgeous is broken & abandoned

next

TODO #10: Support noexport

later