From: www-data Date: Wed, 29 Mar 2006 19:08:49 +0000 (+0000) Subject: web commit by JeroenSchot: idea about markdown enclosing. X-Git-Tag: 1.0~103 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a4eaf056202dc87ab529896cafac082eb987d525;p=ikiwiki.git web commit by JeroenSchot: idea about markdown enclosing. --- diff --git a/doc/todo/html.mdwn b/doc/todo/html.mdwn index 741b42ccd..e7ba8bc42 100644 --- a/doc/todo/html.mdwn +++ b/doc/todo/html.mdwn @@ -41,5 +41,11 @@ editing the [[templates]] and/or editing [[style.css]] BTW. markdown enclosing it in other spanning tags in some cases. I've implemented this hack now. :-/ --[[Joey]] + I used this 'hack' myself, but yesterday I came up with a better idea: + <div class="inlinepage"> + [ [inlinepage] ] + </div> + This prevents markdown enclosing and even adds a useful css identifier. --[[JeroenSchot]] + This page is now valid. Test: [validate this page](http://validator.w3.org/check?url=referer)