Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/titaniumbones/org-md-pandoc

Org backend for pandoc-flavoured markdown
https://github.com/titaniumbones/org-md-pandoc

Last synced: about 7 hours ago
JSON representation

Org backend for pandoc-flavoured markdown

Awesome Lists containing this project

README

        

This is a very simple exporter for pandoc-flavoured markdown intended for eventual inclusion in the org-mode repository. It's not very complete and is very clumsy; at the moment it does only the few things that I need to create slideshow-ready markdown for use in a very specific situation.

The pandoc markdown syntax is documented [[http://pandoc.org/README.html#pandocs-markdown][here]]. Instructions for making slideshows are [[http://pandoc.org/README.html#producing-slide-shows-with-pandoc][here]]. Some obvious improvements to this exporter are:

- make /optional/ (via defcustom and file/headline options) the silly horizontal rule elements that separate headlines inside slideshows
- support footnotes and citations! Despite worrying about them a lot, I don't really understand org's footnote and citation rules so it's not easy for me to do this yet.
- translate org's ~ATTR_HTML~ classes and id's into Pandoc's elegant {#id .class} syntax.

I'm not likely to work very hard at this, so help is very much welcome. But if you find this useful, please enjoy!