search for: mdml

Displaying 2 results from an estimated 2 matches for "mdml".

Did you mean: mdl
2006 Oct 07
6
Minor regexp oversight for setext headings
Noticed the patterns for setext style headings are: ^(.+)[ \t]*\n=+[ \t]*\n+ Should be: ^(.+?)[ \t]*\n=+[ \t]*\n+
2007 Jun 14
6
Revisiting mime-types and file extensions
...specific to our own problem domain? In Railfrog we also allow content to be loaded from the file system, with the mime type being inferrred from the file extension. Having reviewed the archives, our current intent is to load as Markdown any files with the extensions * .markdown * .mdtext * .mdml (from [file-extensions], though not at http://www.filext.com) Any suggestions for others we should also be handling? Any comments/flames would be most welcome - and many thanks to everyone who has worked to keep Markdown so clear and simple! Thomas. [railfrog]: http://www.railfrog.com/ [reg]: h...