Lines Matching refs:in

24 tool, written in Perl, that converts the plain text markup to HTML. 
28 PHP Markdown can work as a plug-in for WordPress and bBlog, as a
30 textile formatting in any software that support textile.
49 in the "plugins" folder. This folder is located inside
61 "visual" editor in the User section of WordPress.
69 are written in HTML (as opposed to another formatting syntax, like
80 "modifier.markdown.php" and place the file in the "bBlog_plugins"
90 ### Replacing Textile in TextPattern ###
93 replace Textile by Markdown in TextPattern without having to change
103 2. Replace the "classTextile.php" file TextPattern installed in your
104 web directory. It can be found in the "lib" directory:
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
139 to "modifier.markdown.php" and put it in your smarty plugins folder.
148 ### Updating Markdown in Other Programs ###
152 replace it with PHP Markdown Extra -- in many of these programs by
232 This was added in the 1.0.2 betas, but commented out in the 1.0.1 branch,
235 compatibility's sake to allow it in PHP Markdown too.
239 * Now accepting many valid email addresses in autolinks that were
248 * Now accepting spaces in URLs for inline and reference-style links. Such
257 relative URLs in inline-style links however.
273 * Fixed a problem where unterminated tags in indented code blocks could
274 prevent proper escaping of characaters in the code block.
283 * Fix for a bug introduced in Extra 1.2 where block-level HTML tags where
295 * Fixed a bug where characters such as `"` in abbreviation
346 * Now accepting capitalized URI schemes (such as HTTP:) in automatic
352 * Fixed an issue where some characters in Markdown-generated HTML
378 Reference names in the parser properties *must* be lowercase.
379 Reference names in the Markdown source may have any case.
390 * Fixed a problem introduced in 1.0.1i where three or more identical
399 * Fixed a problem introduced in 1.0.1i where the closing `code` and
400 `pre` tags at the end of a code block were appearing in the wrong
428 * Fix for a problem introduced in 1.0.1g where posting comments in
430 incorrectly filtered by the kses filter in WordPress.
436 block which was resulting in too much recusion and a segmentation fault
454 emphasis introduced in version 1.1 could sometime be long to process,
455 give slightly wrong results, and in some circumstances could remove
461 * Placing footnote markers inside a link, resulting in two nested links, is
468 calculate the length of UTF-8 strings in `detab` when `mb_strlen` is
471 * Fixed a problem with WordPress 2.x where full-content posts in RSS feeds
481 when escaped or when the URL is enclosed in angle brakets `<>`.
484 emphasis introduced in version 1.0.1d could sometime be long to process,
485 give slightly wrong results, and in some circumstances could remove
488 * Some change in version 1.0.1d made possible the incorrect nesting of
491 * Fixed a rare issue where certain MD5 hashes in the content could
496 was incorrectly changed to this in previous versions of PHP Markdown:
504 Since Markdown and SmartyPants have some escapable characters in common,
530 * Fixed an issue introduced in 1.0.1d where headers and blockquotes
534 * Fixed an issue introduced in 1.0.1d in the tokenizeHTML method where
536 form a valid tag in a multiline paragraph.
538 * Fixed an long-prevailing issue where blank lines in code blocks would
539 be doubled when the code block is in a list item.
552 * Fixed a bug introduced in 1.0.1d where underscores in automatic links
560 This was caused by a small error in the regex that handles the definition
561 for the id attribute in PHP Markdown Extra.
572 * Added support for internationalized domain names for email addresses in
576 * Made deterministic the conversion to entities of email addresses in
581 UTF-8 string in `detab` when `mb_strlen` is not available instead of
599 be useful if you want an empty title attribute in images to hide the
600 tooltip in Internet Explorer.
606 was not properly deactivated on comment text, resulting in hard line breaks
611 this point. This should make PHP Markdown work again in the latest
640 * Solved backtick issues in tag attributes by rewriting the HTML tokenizer to
664 * Filthy hack to support markdown='1' in div tags.
723 be mistaken by PHP Markdown as a new term in the list.
727 * Some special tags were replaced in the output by their md5 hash
746 * Fixed problems with empty cells in the first column of a table with
776 Redistribution and use in source and binary forms, with or without
783 * Redistributions in binary form must reproduce the above copyright
784 notice, this list of conditions and the following disclaimer in the
800 liability, whether in contract, strict liability, or tort (including
801 negligence or otherwise) arising in any way out of the use of this