Lines Matching refs:to

19 Markdown is a text-to-HTML conversion tool for web writers. Markdown
20 allows you to write using an easy-to-read, easy-to-write plain text
21 format, then convert it to structurally valid XHTML (or HTML).
24 tool, written in Perl, that converts the plain text markup to HTML.
25 PHP Markdown is a port to PHP of the original Markdown program by
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
66 It is not possible at this time to apply a different set of
67 filters to different entries. All your entries will be formated by
69 are written in HTML (as opposed to another formatting syntax, like
79 To use PHP Markdown with bBlog, rename "markdown.php" to
87 entry. This setting will only apply to the entry you are editing.
92 [TextPattern][tp] use [Textile][tx] to format your text. You can
93 replace Textile by Markdown in TextPattern without having to change
100 1. Rename the "markdown.php" file to "classTextile.php". This will
108 Contrary to Textile, Markdown does not convert quotes to curly ones
123 want to convert:
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
139 to "modifier.markdown.php" and put it in your smarty plugins folder.
145 Markdown to work on dynamic pages.
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
158 | Program | Path to Markdown
163 developer, or wait for the developer to update his application or
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
197 To file bug reports please send email to:
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.
249 URLs need to be surrounded by angle brakets. For instance:
280 now automatically applied with the current post ID to avoid clashes
281 between footnotes belonging to different posts.
296 definitions weren't properly encoded to HTML entities.
306 * Rewrote the emphasis and strong emphasis parser to fix some issues
328 * Rewrote parts of the HTML block parser to better accomodate
382 as hook points to arrange the state of some parser variables before and
425 * Added two properties (`no_markup` and `no_entities`) to the parser
426 allowing HTML tags and entities to be disabled.
429 WordPress would trigger PHP warnings and cause some markup to be
454 emphasis introduced in version 1.1 could sometime be long to process,
467 * Fix for PHP 5 compiled without the mbstring module. Previous fix to
484 emphasis introduced in version 1.0.1d could sometime be long to process,
492 be changed to their corresponding text. For instance, this:
496 was incorrectly changed to this in previous versions of PHP Markdown:
500 * Now convert escaped characters to their numeric character
505 it was sometime necessary to escape them twice. Previously, two
506 backslashes were sometime required to prevent Markdown from "eating" the
521 * Added the missing TextileRestricted method that was added to regular
522 PHP Markdown since 1.0.1d but which I forgot to add to Extra.
541 This was due to the list processing functions relying on artificially
542 doubled blank lines to correctly determine when list items should
544 changed to avoid the need for double blank lines.
549 * Fixed a parse error occuring when PHP is configured to accept
559 header would cause tailing `#` to appear as part of the header's content.
574 to entities. Thanks to Milian Wolff for his optimisations.
576 * Made deterministic the conversion to entities of email addresses in
580 * PHP Markdown will now use its own function to calculate the length of an
589 * Added an experimental syntax to define abbreviations.
599 be useful if you want an empty title attribute in images to hide the
603 correctly mapped to one character instead of the number of bytes.
609 * Added a `TextileRestrited` method to the textile compatibility mode. There
614 * Converted PHP Markdown to a object-oriented design.
620 * Also added a "document" gamut loop which can be used to hook document-level
625 are used to hash respectivly span- and block-level generated content. This
632 3. It removes the need to call `hashHTMLBlocks` twice during the the
635 Hashes are turned back to HTML prior output.
640 * Solved backtick issues in tag attributes by rewriting the HTML tokenizer to
647 * Changed the parsing of HTML comments to match simply from `<!--` to `-->`
651 * `<address>` has been added to the list of block-level elements and is now
664 * Filthy hack to support markdown='1' in div tags.
699 used to produce no definition list and a table where the first
712 following a code span or block with unmatched opening bracket to be
756 * Added the pipe character to the backlash escape character lists.
789 be used to endorse or promote products derived from this software
794 to, the implied warranties of merchantability and fitness for a
797 exemplary, or consequential damages (including, but not limited to,