Displaying 3 results from an estimated 3 matches for "markdownextra".
2007 Dec 26
2
Importing Markdown posts to WordPress
...imported my old
posts--all of which are written in Markdown. They look awful,
primarily because the blocks of source code in many of my posts are
not being imported properly. Here is what I've done:
1. Exported the MT 3.2 posts using MT's builtin export command.
2. Installed WP and the PHP-MarkdownExtra plugin. Activated the plugin.
3. Imported into WP the text file that came out of the MT export process.
The biggest problem seems to be that WP isn't recognizing the Markdown
formatting of the exported posts. What should be enclosed by
<pre><code>...</code></pre> are en...
2007 Aug 31
0
PHP Markdown 1.0.1i & Extra 1.1.5
...improvement in Extra's HTML block parser, but that will be for
another update.
You can download both of them at the PHP Markdown web site:
<http://www.michelf.com/projects/php-markdown/>
Alternatively -- *and this is new* -- you can also grab packages
"markdown" and "markdownextra" from the "pear.michelf.com" channel
using the PEAR installer (available on almost all PHP installations),
or you can access the Git repository mirrored at <http://
git.michelf.com/php-markdown/>. More details to come.
Below you'll find the the official list of things...
2013 Jan 21
1
PHP Markdown Lib 1.3 (Beta 4)
...new branch to PHP Markdown. It contains the two exact same parsers found in PHP Markdown and PHP Markdown Extra, but without all the cruft. In other words: is packaged to be used as a library, and only as a library. The two parsers classes are in the Michelf namespace:
\Michelf\Markdown
\Michelf\MarkdownExtra
Yep, a namespace, so it requires PHP 5.3 or later.
The Lib branch is [PSR-0] compliant, allowing easy autoloading of its parser classes. It is also a [Composer] package made [available on Packagist][aop].
It's currently in beta. Now's a good time to make breaking changes, if you have any...