Lines Matching refs:Markdown

1 PHP Markdown Extra
9 based on Markdown by John Gruber
16 This is a special version of PHP Markdown with extra features. See
19 Markdown is a text-to-HTML conversion tool for web writers. Markdown
23 "Markdown" is two things: a plain text markup syntax, and a software
25 PHP Markdown is a port to PHP of the original Markdown program by
28 PHP Markdown can work as a plug-in for WordPress and bBlog, as a
32 Full documentation of Markdown's syntax is available on John's
33 Markdown page: <http://daringfireball.net/projects/markdown/>
39 PHP Markdown requires PHP version 4.0.5 or later.
44 PHP Markdown works with [WordPress][wp], version 1.2 or later.
48 1. To use PHP Markdown with WordPress, place the "makrdown.php" file
55 WordPress. In the "Plugins" section you will now find Markdown.
57 same line than Markdown. Your entries will now be formatted by
58 PHP Markdown.
60 3. To post Markdown content, you'll first have to disable the
63 You can configure PHP Markdown to not apply to the comments on your
68 PHP Markdown. This is a limitation of WordPress. If your old entries
70 Textile), they'll probably stay fine after installing Markdown.
75 PHP Markdown also works with [bBlog][bb].
79 To use PHP Markdown with bBlog, rename "markdown.php" to
86 Select "Markdown" as the "Entry Modifier" when you post a new
93 replace Textile by Markdown in TextPattern without having to change
101 make PHP Markdown behave as if it was the actual Textile parser.
108 Contrary to Textile, Markdown does not convert quotes to curly ones
110 em-dashes. If you use PHP Markdown in Textile Compatibility Mode, you
121 You can use PHP Markdown easily in your current PHP program. Simply
122 include the file and then call the Markdown function on the text you
126 $my_html = Markdown($my_text);
128 If you wish to use PHP Markdown with another text filter function
129 built to parse HTML, you should filter the text *after* the Markdown
132 $my_html = SmartyPants(Markdown($my_text));
137 If your program use the [Smarty][sm] template engine, PHP Markdown
145 Markdown to work on dynamic pages.
148 ### Updating Markdown in Other Programs ###
150 Many web applications now ship with PHP Markdown, or have plugins to
151 perform the conversion to HTML. You can update PHP Markdown -- or
152 replace it with PHP Markdown Extra -- in many of these programs by
158 | Program | Path to Markdown
164 plugin with the new version of PHP Markdown.
172 By default, PHP Markdown produces XHTML output for tags with empty
177 Markdown can be configured to produce HTML-style tags; e.g.:
188 By default, the Markdown plugin applies to both posts and comments on
201 expected; (3) the output PHP Markdown actually produced.
210 POSIX characters classes not being implemented. PHP Markdown does not
233 waiting for the feature to be officialized. [But half of the other Markdown
235 compatibility's sake to allow it in PHP Markdown too.
285 interpretation of their content as Markdown-formatted instead of
312 * Fixed a problem where Markdown headers and horizontal rules were
352 * Fixed an issue where some characters in Markdown-generated HTML
379 Reference names in the Markdown source may have any case.
472 were not processed correctly by Markdown.
496 was incorrectly changed to this in previous versions of PHP Markdown:
504 Since Markdown and SmartyPants have some escapable characters in common,
506 backslashes were sometime required to prevent Markdown from "eating" the
522 PHP Markdown since 1.0.1d but which I forgot to add to Extra.
561 for the id attribute in PHP Markdown Extra.
566 * Fixed an issue with calling the Markdown parser repetitivly with text
580 * PHP Markdown will now use its own function to calculate the length of an
607 where Markdown do not prescribes them.
610 is no restriction however, as Markdown does not have a restricted mode at
611 this point. This should make PHP Markdown work again in the latest
614 * Converted PHP Markdown to a object-oriented design.
628 1. It prevents invalid nesting of Markdown-generated elements which
723 be mistaken by PHP Markdown as a new term in the list.
760 * First public release of PHP Markdown Extra.
766 PHP Markdown & Extra
771 Based on Markdown
788 * Neither the name "Markdown" nor the names of its contributors may