Please include with your report: (1) the example input; (2) the output you
expected; (3) the output PHP Markdown actually produced.
Version History
---------------
1.0.1c (9 Dec 2005)
* Fixed a problem occurring with PHP 5.1.1 due to a small
change to strings variable replacement behaviour in
this version.
1.0.1b (6 Jun 2005)
* Fixed a bug where an inline image followed by a reference link would
give a completely wrong result.
* Fix for escaped backticks still triggering code spans:
There are two raw backticks here: \` and here: \`, not a code span
* Fix for an ordered list following an unordered list, and the
reverse. There is now a loop in _DoList that does the two
separately.
* Fix for nested sub-lists in list-paragraph mode. Previously we got
a spurious extra level of `` tags for something like this:
* this
* sub
that
* Fixed some incorrect behaviour with emphasis. This will now work
as it should:
*test **thing***
**test *thing***
***thing* test**
***thing** test*
Name: __________
Address: _______
* Correct a small bug in `_TokenizeHTML` where a Doctype declaration
was not seen as HTML.
* Major rewrite of the WordPress integration code that should
correct many problems by preventing default WordPress filters from
tampering with Markdown-formatted text. More details here:
* Added a configuration variable for WordPress that can disable the
Markdown filter on comments.
1.0.1a (15 Apr 2005)
* Fixed an issue where PHP warnings were trigged when converting
text with list items running on PHP 4.0.6. This was comming from
the `rtrim` function which did not support the second argument
prior version 4.1. Replaced by a regular expression.
* Markdown now filter correctly post excerpts and comment
excerpts in WordPress.
* Automatic links and some code sample were "corrected" by
the balenceTag filter in WordPress meant to ensure HTML
is well formed. This new version of PHP Markdown postpone this
filter so that it runs after Markdown.
* Blockquote syntax and some code sample were stripped by
a new WordPress 1.5 filter meant to remove unwanted HTML
in comments. This new version of PHP Markdown postpone this
filter so that it runs after Markdown.
1.0.2b1 - 5 Mar 2005
* Fix for backticks within HTML tag:
like this
* Fix for escaped backticks still triggering code spans:
There are two raw backticks here: \` and here: \`, not a code span
* Improved integration with WordPress. With WordPress 1.5, the
balenceTags filter now runs after Markdown, so it won't
interfere anymore. You can still disable balanceTags from the admin
interface (in Options > Writing) if you want to.
* PHP Markdown now correctly filter text for excerpts in WordPress.
There is still one glitch: autolinks and tags in code samples are
stripped by WordPress when trimming it. A fix for this is possible
with WordPress 1.5, but would require duplicating WordPress entry
trimming code within Markdown, which I can't do because of a license
issue. (Nor do I think it is a good solution to fix this.)
* Improved Textile compatibility mode. Markdown will now honor the
no-image and the lite parameters. In lite mode, no header, blockquote,
list, or code block will be made, and inline HTML is limited
to the following tags:
![]()
This is acheived by backslash-escaping block markers before sending
text through the Markdown filter.
The improved Textile comatibility means that the Markdown syntax will now
be processed for comments in TextPattern (only for span elements due to
TextPattern using the lite mode for comments). Sadly, due to TextPattern
tag stripping, sample code in code span and auto-links will be stripped
before the Markdown filter can see them. So I guess I should say it
half-work for comments TextPattern.
1.0.1 (16 Dec 2004):
* Changed the syntax rules for code blocks and spans. Previously,
backslash escapes for special Markdown characters were processed
everywhere other than within inline HTML tags. Now, the contents of
code blocks and spans are no longer processed for backslash escapes.
This means that code blocks and spans are now treated literally,
with no special rules to worry about regarding backslashes.
**IMPORTANT**: This breaks the syntax from all previous versions of
Markdown. Code blocks and spans involving backslash characters will
now generate different output than before.
Implementation-wise, this change was made by moving the call to
`_EscapeSpecialChars()` from the top-level `Markdown()` function to
within `_RunSpanGamut()`.
* Significants performance improvement in `_DoHeader`, `_Detab`
and `_TokenizeHTML`.
* Added `>`, `+`, and `-` to the list of backslash-escapable
characters. These should have been done when these characters
were added as unordered list item markers.
* Inline links using `<` and `>` URL delimiters weren't working:
like [this]()
Fixed by moving `_DoAutoLinks()` after `_DoAnchors()` in
`_RunSpanGamut()`.
* Fixed bug where auto-links were being processed within code spans:
like this: ``
Fixed by moving `_DoAutoLinks()` from `_RunBlockGamut()` to
`_RunSpanGamut()`.
* Sort-of fixed a bug where lines in the middle of hard-wrapped
paragraphs, which lines look like the start of a list item,
would accidentally trigger the creation of a list. E.g. a
paragraph that looked like this:
I recommend upgrading to version
8. Oops, now this line is treated
as a sub-list.
This is fixed for top-level lists, but it can still happen for
sub-lists. E.g., the following list item will not be parsed
properly:
* I recommend upgrading to version
8. Oops, now this line is treated
as a sub-list.
Given Markdown's list-creation rules, I'm not sure this can
be fixed.
* Fix for horizontal rules preceded by 2 or 3 spaces or followed by
trailing spaces and tabs.
* Standalone HTML comments are now handled; previously, they'd get
wrapped in a spurious `` tag.
* `_HashHTMLBlocks()` now tolerates trailing spaces and tabs following
HTML comments and `
` tags.
* Changed special case pattern for hashing `
` tags in
`_HashHTMLBlocks()` so that they must occur within three spaces
of left margin. (With 4 spaces or a tab, they should be
code blocks, but weren't before this fix.)
* Auto-linked email address can now optionally contain
a 'mailto:' protocol. I.e. these are equivalent:
* Fixed annoying bug where nested lists would wind up with
spurious (and invalid) `` tags.
* Changed `_StripLinkDefinitions()` so that link definitions must
occur within three spaces of the left margin. Thus if you indent
a link definition by four spaces or a tab, it will now be a code
block.
* You can now write empty links:
[like this]()
and they'll be turned into anchor tags with empty href attributes.
This should have worked before, but didn't.
* `***this***` and `___this___` are now turned into
this
Instead of
this
which isn't valid.
* Fixed problem for links defined with urls that include parens, e.g.:
[1]: http://sources.wikipedia.org/wiki/Middle_East_Policy_(Chomsky)
"Chomsky" was being erroneously treated as the URL's title.
* Double quotes in the title of an inline link used to give strange
results (incorrectly made entities). Fixed.
* Tabs are now correctly changed into spaces. Previously, only
the first tab was converted. In code blocks, the second one was too,
but was not always correctly aligned.
* Fixed a bug where a tab character inserted after a quote on the same
line could add a slash before the quotes.
This is "before" [tab] and "after" a tab.
Previously gave this result:
This is \"before\" [tab] and "after" a tab.
* Removed a call to `htmlentities`. This fixes a bug where multibyte
characters present in the title of a link reference could lead to
invalid utf-8 characters.
* Changed a regular expression in `_TokenizeHTML` that could lead to
a segmentation fault with PHP 4.3.8 on Linux.
* Fixed some notices that could show up if PHP error reporting
E_NOTICE flag was set.
Copyright and License
---------------------
Copyright (c) 2004-2005 Michel Fortin
All rights reserved.
Based on Markdown
Copyright (c) 2003-2005 John Gruber
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name "Markdown" nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
This software is provided by the copyright holders and contributors "as
is" and any express or implied warranties, including, but not limited
to, the implied warranties of merchantability and fitness for a
particular purpose are disclaimed. In no event shall the copyright owner
or contributors be liable for any direct, indirect, incidental, special,
exemplary, or consequential damages (including, but not limited to,
procurement of substitute goods or services; loss of use, data, or
profits; or business interruption) however caused and on any theory of
liability, whether in contract, strict liability, or tort (including
negligence or otherwise) arising in any way out of the use of this
software, even if advised of the possibility of such damage.