mirror of
https://github.com/larstvei/ox-gfm.git
synced 2024-11-26 01:28:30 +00:00
Github Flavored Markdown Back-End for Org Export Engine
0e758d06f9
I ran into some issues with the un-prefixed `loop` combined with the `for` keyword. I think the issue is that newer versions of Emacs don't alias `loop` to `cl-loop` by default? I had to explicitly require `cl` to make it work. |
||
---|---|---|
ox-gfm.el | ||
README.md |
Github Flavored Markdown exporter for Org Mode
This is a small exporter based on the Markdown exporter already existing in Org mode. It should support the features listed here.
Installation
You can install ox-gfm
using elpa. It's available on melpa:
M-x package-install ox-gfm