• change Markdown class to a module and make the “to_html” instance method a module function. So now it’s: TextMate::Markdown.to_html(«str») or even: include TextMate; …; Markdown.to_html(«str») Changed: U trunk/Support/lib/tm/markdown.rb