• 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 _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/mailman/listinfo/textmate-dev
