Hello Redclothians, In Redcloth, is there syntax to add something to a wiki block that is not parsed by redcloth? for example: $permission$ h2. title * blah * blah where $permission$ is ignored by redcloth, so it doesnt affect the rendering of wiki syntax -> html, but appears when you edit a page (perk for me would to also have it not appear in the rendered html). Why would anyone want this? Well, I am trying setup Instiki for my association of slackers. Rather than have 2 wikis, one internal and one external, I decided to create a plugin for Instiki to handle page permissions. This is done through a series of filters combined with basic auth, so Redcloth nor Instiki is directly changed. My problem is having a $permission$ block in redcloth screws with the rendering around it. Using the example wiki block above, "h2.title" will not render to "<h2>Test:</h2>" in html, but appears as "h2. title" because the $permission$ angers Redcloth. thanks, Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: rubyforge.org/pipermail/redcloth-upwards/attachments/20070324/a738da6d/attachment.html