Find a file
Niklas Fasching a143b04826 html: write descriptive list closing dt tag on separate line
now that i'm already looking at it due to the bug leenzhu found why not put the
</dt> on a separate line to match the convention - looks better to me; doesn't
change anything.
2019-08-26 14:37:52 +02:00
etc Update github pages demo for go 1.12+ 2019-06-03 17:01:38 +02:00
org html: write descriptive list closing dt tag on separate line 2019-08-26 14:37:52 +02: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 Cleanup: UPDATE README & Makefile 2019-01-07 20:31:12 +01:00
README.org Update README 2019-07-07 17:38:47 +02:00

go-org https://travis-ci.org/niklasfasching/go-org.svg?branch=master

An Org mode parser in go. Take a look at github pages for some examples and an online org -> html demo (wasm based). https://raw.githubusercontent.com/niklasfasching/go-org/master/etc/example.png Please note that the goal for the html export is to produce sensible html output, not to exactly reproduce output the output of org-html-export.

not yet implemented

latex fragments

see https://orgmode.org/manual/LaTeX-fragments.html

  • mathjax for html_writer ?

more types of links

see https://orgmode.org/manual/External-links.html & https://orgmode.org/manual/Internal-links.html