Displaying 1 result from an estimated 1 matches for "blockcod".
Did you mean:
  blockcmd
  
2008 Feb 21
5
Question about entities
...so a less-than character becomes <  
whereas RedCloth (3.04 and prior) used <.  What is your  
preference?  It gets tough because ' (a straight single quote)  
doesn''t have a character entity equivalent.
2.) How do you feel about encoding characters like quotes in  
blockcode and pre blocks?  Textile 2 does it, but the old RedCloth  
never did.  Example:
> This <code>is some code, "isn''t it"</code>.
under Textile 2 becomes
> This <code>is some code, "isn't it"</code>.
Thanks!
Jason
Referen...