Textile 2.0.0: bc. This is within a block of code, so < and > should be *entities*. You can talk about a <p> tag if you wish and it will be properly escaped. <pre> You can''t make something actually <b>bold</b> within. </pre> Output: <pre><code>This is within a block of code, so < and > should be *entities*. You can talk about a <p> tag if you wish and it will be properly escaped. </code></pre> <pre> You can't make something actually <b>bold</b> within. </pre> What do you all think? Is it better to automatically escape entities within blocks of code like Texile2 does (and SRC currently does not)? I''m wondering if we should allow entities within blocks of code to pass through SRC untouched. <pre><b>bold</b></pre> is valid HTML, but if it''s automatically converted into <pre><b&:gt;..., there''s no way to have tags inside your pre tag. On the other hand, if we do that, you can''t just paste in HTML and know it''ll come out looking fine... you''ll have to convert the entities yourself. Which way should SuperRedCloth go? Jason -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/redcloth-upwards/attachments/20071219/61010923/attachment.html