Displaying 1 result from an estimated 1 matches for "inline_textile_glyph".
Did you mean:
inline_textile_glyphs
2006 Sep 04
0
Documentation Error
I was trying to apply the processing rules to RedCloth 3.0.4 and ran
into a documentation error. According to the documentation at
http://redcloth.rubyforge.org/ the rule for glyphs is called
"inline_textile_glyphs", but every time I tried using that as a rule,
I got an error saying "undefine method..." Finally, I looked in the
lib/redcloth.rb file in the RecCloth 3.0.4 gem and found that it''s
actually "glyphs_textile" not "inline_textile_glyphs". I have edited
the...