diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-13 12:50:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-13 12:50:26 -0400 |
commit | 38dd85c7994049e4594df1f395ca7bde3dee8895 (patch) | |
tree | 4e41a808cdbf1d27d339a374deeda1f0b2aae31d | |
parent | d93842ffc7943a6abbf320d2543600339691204f (diff) | |
parent | 9be66582f0622401a46d661ee2efa9ad51aace7e (diff) | |
download | ikiwiki-38dd85c7994049e4594df1f395ca7bde3dee8895.tar ikiwiki-38dd85c7994049e4594df1f395ca7bde3dee8895.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info
-rw-r--r-- | doc/bugs/External_links_with_Creole.mdwn | 2 | ||||
-rw-r--r-- | doc/forum/pandoc-iki_plugin/comment_2_2c437577390cffe3401f5cc2f08a2ab1._comment | 8 | ||||
-rw-r--r-- | doc/plugins/contrib/pandoc.mdwn | 6 |
3 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/External_links_with_Creole.mdwn b/doc/bugs/External_links_with_Creole.mdwn index 3d800b04e..0d743e685 100644 --- a/doc/bugs/External_links_with_Creole.mdwn +++ b/doc/bugs/External_links_with_Creole.mdwn @@ -1,3 +1,5 @@ When using Creole for markup, creating an external link appears to be impossible. Neither \[[Outside URL|http://example.com]] nor <<http://example.com>> nor \[Outside URL]\(http://example.com) work. The first gets rendered as a broken WikiLink, the second get eaten and the last is not parsed in anyway so you end up with that exact text in your page. I'd have made this as a Creole page as a practical demonstration, but that doesn't seem possible here. Here's a page with an example: <https://www.icanttype.org//demo/CreoleExternalLinks> + +Looking at my example it seems that this is now [[done]] at least in 3.20100815.7 (Debian) diff --git a/doc/forum/pandoc-iki_plugin/comment_2_2c437577390cffe3401f5cc2f08a2ab1._comment b/doc/forum/pandoc-iki_plugin/comment_2_2c437577390cffe3401f5cc2f08a2ab1._comment new file mode 100644 index 000000000..472bd38b5 --- /dev/null +++ b/doc/forum/pandoc-iki_plugin/comment_2_2c437577390cffe3401f5cc2f08a2ab1._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://profjim.myopenid.com/" + nickname="profjim" + subject="comment 2" + date="2011-06-12T20:20:13Z" + content=""" +Done, thanks. --Profjim +"""]] 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>. + |