Find a file
Niklas Fasching 08ff3ac22e Add monospace hack to example css
relative font sizes inside pre tags are not honored by default. this is the
industry standard way of fixing that. go figure...

https://github.com/necolas/normalize.css#extended-details-and-known-issues
2018-12-11 20:38:07 +01:00
etc Add monospace hack to example css 2018-12-11 20:38:07 +01:00
org Refactor keyword parsing/rendering & add support for ATTR_HTML 2018-12-11 18:03:19 +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 travis-ci badge to README 2018-12-11 18:03:19 +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 #72: Support for #+ATTR_HTML

TODO #46: Support for symbols like ndash and mdash

  • see org-entities replacement: see org-entities-help

TODO #10: Support noexport

TODO #19: Support #+HTML

TODO #33: Wrong output when mixing html with org-mode

later