zanders-php-markdown/Michelf
Matt Gorle b4995d75b8 Implemented some of Enhanced Ordered Lists: numerically ordered lists
now start with the first number given.  For example, if you start your
list in Markdown as follows:

2. second list item
3. third list item

then Markdown will produce this:

<ol start="2">
<li>second list item</li>
<li>third list item</li>
</ol>
2013-07-16 09:17:20 +01:00
..
Markdown.php Implemented some of Enhanced Ordered Lists: numerically ordered lists 2013-07-16 09:17:20 +01:00
MarkdownExtra.php Added \Michelf\Markdown\MARKDOWNLIB_VERSION in replacement of previous version constants bound to the masters and extra branches. 2013-01-28 08:00:51 -05:00