diff options
author | Joey Hess <joey@kitenet.net> | 2010-07-14 14:28:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-07-14 14:28:00 -0400 |
commit | 2a5199f0110b5b6fd8b45828036061995c032336 (patch) | |
tree | a6846bb9db4cc1d9802acfbb04b0aee02de594ad /doc/forum | |
parent | 2d24281a3abcff8f122a5899c7dee4db29acb00a (diff) | |
parent | eda2357c3e1990df049264735e8751af8962ded5 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/forum')
-rw-r--r-- | doc/forum/how_to_enable_multimarkdown__63__.mdwn | 5 | ||||
-rw-r--r-- | doc/forum/square_brackets_inside_backticks_generates_incorrect_html___40__interpreted_as_wikilinks__41____63__.html | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/how_to_enable_multimarkdown__63__.mdwn b/doc/forum/how_to_enable_multimarkdown__63__.mdwn new file mode 100644 index 000000000..8213716e4 --- /dev/null +++ b/doc/forum/how_to_enable_multimarkdown__63__.mdwn @@ -0,0 +1,5 @@ +I enabled multimarkdown in my setup file but I get this message 'remote: multimarkdown is enabled, but Text::MultiMarkdown is not installed'. +I also installed multimarkdown-git for my distro (archlinux), which should take care of installing all required perl modules, I believe. +What am I missing? + +Thanks. diff --git a/doc/forum/square_brackets_inside_backticks_generates_incorrect_html___40__interpreted_as_wikilinks__41____63__.html b/doc/forum/square_brackets_inside_backticks_generates_incorrect_html___40__interpreted_as_wikilinks__41____63__.html new file mode 100644 index 000000000..5ea0e1fac --- /dev/null +++ b/doc/forum/square_brackets_inside_backticks_generates_incorrect_html___40__interpreted_as_wikilinks__41____63__.html @@ -0,0 +1,6 @@ +the following markdown code +`foo [["bar"]]` generates the following output: + +foo <span class="createlink"><a href="http://euler/~dabd/wiki/ikiwiki.cgi?page=__34__bar__34__&from=foo&do=create" rel="nofollow">?</a>"bar"</span> + +Perhaps this is a bug in the markdown processor? |