Displaying 20 results from an estimated 10000 matches similar to: "PEAR Channel and Git Repository Mirror for PHP Markdown & Extra"
2007 Aug 04
1
PHP Markdown 1.0.1h & Extra 1.1.4
This update to PHP Markdown fix a bug that slipped in the WordPress
interface with the last update. It also introduce a new "feature":
you can now instruct the parser to ignore HTML tags and/or entities
in the input. You can do this by instantiating yourself the parser
and setting the `no_markup` or `no_entities` properties to true:
$parser = new Markdown_Parser;
2007 Aug 31
0
PHP Markdown 1.0.1i & Extra 1.1.5
Earlier this week I talked about an updated version of PHP Markdown
which can parse the whole TextMate manual in about 1.5 seconds (iBook
G4 1.2 Ghz). Here it is.
I've also updated Extra. It's nowhere as fast as PHP Markdown right
now -- parses the TextMate manual in 5,8 seconds, and it doesn't
scale linearly -- but Extra still benefits much from PHP Markdown's
speed
2009 Oct 10
0
PHP Markdown 1.0.1n & Extra 1.2.4
Hello all.
This is an update to PHP Markdown and PHP Markdown Extra correcting a
couple of bugs that got reported since last release.
I also decided to enable in this release shortcut-style reference
links (as present in Markdown.pl 1.0.2 beta), as most implementations
of Markdown accepts them by default. It's also because waiting for
John to release officially version 1.0.2 as an
2008 May 11
1
PHP Markdown 1.0.1l & Extra 1.2
Time for an update to PHP Markdown and PHP Markdown Extra.
<http://michelf.com/project/php-markdown/>
This new version of PHP Markdown Extra adds support for "fenced" code
blocks (which I was previously calling "flat"). Fenced code blocks
overcome many limitations of Markdown's indented code blocks: they can
can be put immediately following a list item, can
2008 May 09
5
Markdown Extra Spec: Parsing Section
Hello all,
I've began writing the parsing section of the spec, and I though I'd
let you know about where I'm heading with all this.
Basically, parsing is defined as three consecutive passes: parsing
document elements, parsing block elements and parsing span elements.
Each pass is going to contain a set of rules the parser should attempt
to match while parsing the input. Rules
2006 Aug 15
2
PHP 5 port of Markdown, plugin-based
Hi,
First of all, thanks to John Gruber for the fantastic Markdown syntax
and parse/render system. Also, thanks to Michel Fortin for his PHP 4
version of Markdown.
Based on those two works, I have completed a **plugin-aware** PHP 5
version of Markdown. You can see it in Subversion here:
* <http://solarphp.com/svn/trunk/Solar/Markdown.php>
*
2006 May 19
1
Object-Oriented PHP Markdown/SmartyPants
This is something that I've been asked for many times. So today I'm
announcing that all future versions of PHP Markdown and PHP
SmartyPants will be encapsulated in a parser class. This has two
major benefits:
1. It should make extensions to the syntax easier to create and
maintain as it is now possible to now extend the parser by
replacing (overriding) only the relevant
2007 May 21
0
PHP Markdown 1.0.2b8 & Extra 1.1.3b1
Bug fixes for PHP Markdown & Extra, available as beta version for
now. You can download them from these URLs.
<http://www.michelf.com/docs/projets/php-markdown-1.0.2b8.zip>
<http://www.michelf.com/docs/projets/php-markdown-extra-1.1.3b1.zip>
One noticeable change in these releases is that PHP Markdown now
outputs numeric character references for escaped characters (like
2008 May 06
1
Markdown Extra Specification (First Draft)
It took much more time than I expected, and it is currently less
complete than I have hoped, but I've finaly made a first draft of the
Markdown Extra spec. You can find it at <http://michelf.com/specs/markdown-extra/
>
Currently, the specification defines its goals and a document model
for Markdown Extra. It lacks the most important part though: the
parsing section, which
2006 Dec 29
0
PHP Markdown 1.0.1e & Extra 1.1.1
This is a mostly a bug-fix release. You can download it from here:
<http://www.michelf.com/projects/php-markdown/>
PHP Markdown 1.0.1e
* Added support for internationalized domain names for email
addresses in
automatic link. Improved the speed at which email addresses are
converted
to entities. Thanks to Milian Wolff for his optimisations.
* Made deterministic the conversion to
2008 Jun 22
0
PHP Markdown 1.0.1m & Extra 1.2.2
Here's another update to PHP Markdown and PHP Markdown Extra featuring
some bug fixes.
See the download link on the project's page:
<http://michelf.com/projects/php-markdown/>
This update also features a new emphasis parser which process regular
and strong emphasis in one pass instead of two and four for previous
versions of PHP Markdown and PHP Markdown Extra. The new parser
2007 Jul 03
0
PHP Markdown 1.0.1g & Extra 1.1.3
This is a bug-fix release for PHP Markdown and PHP Markdown Extra.
It's almost identical to version 1.0.2b8, minus the new features
introduced in the 1.0.2 betas (shortcut links, markdown attribute
support for plain PHP Markdown), plus a few minor improvements. You
can download PHP Markdown & Extra from the project page:
<http://www.michelf.com/projects/php-markdown/>
Here
2008 May 12
2
Fenced-Code-Blocks in Python-Markdown
I'd like to announce a beta release of the Fenced-Code-Blocks
Extension for Python-Markdown.
<http://www.freewisdom.org/projects/python-markdown/Available_Extensions>
The latest code for Python-Markdown and packaged extensions are now
available on Gitorious.
<http://gitorious.org/projects/python-markdown>
The same syntax is used as the just released PHP Markdown Extra 1.2. I
2006 Sep 16
1
PHP Markdown Extra 1.1b1
Along with the new release of PHP Markdown 1.0.2b7 comes this new
version of PHP Markdown Extra. It contains every improvements of PHP
Markdown 1.0.2b7 plus some new fixes and two new features. You can
download it here:
<http://www.michelf.com/docs/projets/php-markdown-extra-1.1b1.zip>
and you can test it on the PHP Markdown Dingus (select PHP Markdown
Extra):
2006 Sep 21
0
PHP Markdown Extra 1.1b2
I've fixed some bugs in PHP Markdown Extra 1.1b1, the most important
ones relating to footnotes. Thank you for the feedback.
So here you can download the second beta:
<http://www.michelf.com/docs/projets/php-markdown-extra-1.1b2.zip>
1.1b2 (21 Sep 2006)
* Changed the space before footnote backlinks to an unbrekable space
` ` at the suggestion of John Gruber.
*
2006 Sep 16
5
PHP Markdown 1.0.2b7
This is a new release for PHP Markdown, following Markdown.pl 1.0.2b7
from a few weeks ago. It fix the same bugs, and some more; it also
introduce more radical backend changes. It can be downloaded here:
<http://www.michelf.com/docs/projets/php-markdown-1.0.2b7.zip>
and you can test it on the PHP Markdown Dingus:
<http://www.michelf.com/projects/php-markdown/dingus/>
This
2008 May 27
0
PHP Markdown Extra 1.2.1
This is an Extra-only release for fixing an embarrassing bug with
fenced code blocks.
<http://michelf.com/projects/php-markdown/>
Extra 1.2.1 (27 May 2008):
* Fixed a problem where Markdown headers and horizontal rules were
transformed into their HTML equivalent inside fenced code blocks.
In other words, this:
~~~
# hello
- - -
~~~
would generate a header and
2008 Mar 15
1
Javascript in URLs (was: Markdown doesn't always generate XHTML)
On Fri, Mar 14, 2008 at 11:22 PM, Michel Fortin
<michel.fortin at michelf.com> wrote:
>
> "Safe mode" you say?
Yeah, well, I didn't paint that bike shed.
>
> PHP Markdown also has a no-markup mode which would filter script tags
> and any other HTML tags. But this doesn't prevent anyone from
> inserting their own script on the page. Do you know you can
2013 Jan 21
1
PHP Markdown Lib 1.3 (Beta 4)
This is basically a pre-announcement. I'll make the announcement more official by posting it on my blog when it goes out of beta.
There's a 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
2013 Apr 11
0
PHP Markdown Lib 1.3
This is the first release of PHP Markdown Lib. This package requires PHP version 4.3 or later and is designed to work with PSR-0 autoloading and, optionally, with Composer. You can download it from the PHP Markdown website:
<http://michelf.ca/projects/php-markdown/>
You can also read the official announcement here:
<http://michelf.ca/blog/2013/php-markdown-lib/>
Also note new