[SVN] r9778

Allan Odgaard throw-away-2 at macromates.com
Thu May 29 09:55:13 UTC 2008


• 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



More information about the textmate-dev mailing list