summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-07-15 04:12:13 -0400
committerJoey Hess <joey@kitenet.net>2008-07-15 04:12:13 -0400
commit06f27c133c5970ae338fae713067b019a12ce4ed (patch)
tree5015d711e23b37a20b5108d0a148917046076b78
parent2696e0c6db58b1d6e4c5988336846b0cbc6c36fa (diff)
web commit by http://ptecza.myopenid.com/: * Response
-rw-r--r--doc/todo/color_plugin.mdwn10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/todo/color_plugin.mdwn b/doc/todo/color_plugin.mdwn
index ac6eb8c51..8efd4375e 100644
--- a/doc/todo/color_plugin.mdwn
+++ b/doc/todo/color_plugin.mdwn
@@ -1,6 +1,6 @@
Recently I've wanted to colour some piece of text on my Ikiwiki page.
It seems that Markdown can do it only using HTML tags, so I used
-&lt;span class="color"&gt;foo bar baz&lt;/span&gt;.
+`<span class="color">foo bar baz</span>`.
However, in my opinion mixing Markdown syntax and HTML tags is rather ugly,
so maybe we should create a new color plugin to add more color to Ikiwiki ;)
@@ -26,3 +26,11 @@ What do you think about it? --[[Paweł|ptecza]]
> \[[color red,green """
> Xmas-colored markdown here
> """]]
+
+>> I'm glad you like that idea. In my opinion your syntax looks good.
+>> Out of curiosity, why did you used 2 colors in your example? What is HTML
+>> result for it? ;)
+
+>> I can try to create that plugin, if you are too busy now. I'm not Perl
+>> hacker, but I wrote a lot of Perl scripts in my life and color plugin
+>> doesn't seem to be very hard task. --[[Paweł|ptecza]]