Displaying 1 result from an estimated 1 matches for "plainclothed".
2007 May 08
2
Extending SuperRedCloth
Fellows of the cloth --
I''m writing code that subclasses RedCloth and emits styled text that
is not HTML. For example, I''m going to be emitting RTF and other
formats from Textile or Markdown.
I''ve got it working quite well with plainclothed RedCloth, but I can''t
seem to override any of the methods in SuperRedCloth. Here''s a sample:
http://pastie.textmate.org/59859
I should see a string of C''s for the copyright symbol, but I still see
the HTML escape.
Will I need to get into the guts of the Ragel scanner t...