* Added a MarkdownOptions class under the same namespace.
* Added a constructor that accepts MarkdownOptions so the end developer can
keep an instance of it and pass it whenever a new Markdown instance with
the same options is needed.
* There shouldn't be any performance difference since none of the Regex
patterns or method implementations were modified.
Original issue reported on code.google.com by cagdaste...@gmail.com on 24 Feb 2010 at 6:44
Original issue reported on code.google.com by
cagdaste...@gmail.com
on 24 Feb 2010 at 6:44Attachments: