Re: [Radiant] how to show the radius tag in the content

2008-09-24 Thread Sean Cribbs
Jasper, Because of (a limitation in) the way the Radius parser is implemented, you cannot put Radius tags in the page that will not be interpreted. Radius is also interpreted before any filter is run. If you want them to appear in the output as they would in the input, you must escape the

Re: [Radiant] how to show the radius tag in the content

2008-09-24 Thread Sean Cribbs
I probably wasn't clear before... here's what your code snippet should look like: precode lt;r:meta:description /gt; lt;r:meta:keywords /gt; /code/pre Sean Jasper Kooij wrote: How do I show the radius tag in the copy of the page? I've entered this: precode r:meta:description /

Re: [Radiant] how to show the radius tag in the content

2008-09-24 Thread Nathan Sutton
Couldn't you write a radiant tag to escape it? On Sep 24, 2008, at 4:21 PM, Sean Cribbs wrote: Jasper, Because of (a limitation in) the way the Radius parser is implemented, you cannot put Radius tags in the page that will not be interpreted. Radius is also interpreted before any filter

Re: [Radiant] how to show the radius tag in the content

2008-09-24 Thread Sean Cribbs
Nathan, No, that's exactly my point -- at least, not with the current implementation. Sean Nathan Sutton wrote: Couldn't you write a radiant tag to escape it? On Sep 24, 2008, at 4:21 PM, Sean Cribbs wrote: Jasper, Because of (a limitation in) the way the Radius parser is implemented,