No description
Find a file
Michel Fortin 79fd7728f2 Fixed some issues with fenced code blocks.
HTML block parser was confusing backtick fenced code blocks with
code spans, which has no consequence most of the time but could
be problematic if you're writing code spans inside of the code block.
Code span markers are now matched only when backtick fence matching
has failed.

Fixed an issue were two consecutive fenced code blocks with no
blank line between them which was causing the next paragraph to
become a code block (with both tilde and backtick fences).
2013-11-28 19:53:06 -05:00
License.text Merge branch 'master' into extra and bumped version of PHP Markdown Extra to 1.2.6. 2013-01-12 14:38:06 -05:00
markdown.php Fixed some issues with fenced code blocks. 2013-11-28 19:53:06 -05:00
PHP Markdown Extra Readme.text Bumped version of Extra to 1.2.7. 2013-04-11 14:10:33 -04:00