diff options
author | http://profjim.myopenid.com/ <profjim@web> | 2011-06-12 20:18:14 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-06-12 20:18:14 +0000 |
commit | 84d0ec4898950a39011c40b1b769755c98da2fc5 (patch) | |
tree | 57deab12e83769851743c9f7119ee9c8ddbc51b6 /doc | |
parent | 303d3c90a780fd5f79b384c415af6d3b2c291d87 (diff) | |
download | ikiwiki-84d0ec4898950a39011c40b1b769755c98da2fc5.tar ikiwiki-84d0ec4898950a39011c40b1b769755c98da2fc5.tar.gz |
Initial post
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/contrib/pandoc.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/plugins/contrib/pandoc.mdwn b/doc/plugins/contrib/pandoc.mdwn new file mode 100644 index 000000000..c8e2e9a94 --- /dev/null +++ b/doc/plugins/contrib/pandoc.mdwn @@ -0,0 +1,6 @@ +[[!template id=plugin name=pandoc author="profjim"]] + +This plugin enables Markdown processing using [Pandoc](http://johnmacfarlane.net/pandoc/). You can configure it for Pandoc to take over processing of all .mkdn files, or only files with a different extension. Given the features Pandoc has added over the past 6-12 months, this makes for a very powerful combination, e.g. with code block syntax highlighting and lots of options for how to process and display inline TeX. + +This is an expanded and updated version of [[Jason Blevin|users/jasonblevins]]'s pandoc plugin. Get it and see further details at <https://github.com/profjim/pandoc-iki>. + |