php-markdown icon indicating copy to clipboard operation
php-markdown copied to clipboard

Parser for Markdown and Markdown Extra derived from the original Markdown.pl by John Gruber.

Results 111 php-markdown issues
Sort by recently updated
recently updated
newest added

Please, add an option to allow automatic linking of the URLs in texts even when they are not surrounded by angle brackets. See [URL autolinking in Github Flavored Markdown](http://help.github.com/articles/github-flavored-markdown#url-autolinking). See...

Is there a way to configure the parser in such a way as NOT to generate the surrounding paragraph tags?

Predefined abbreviations are very useful but they don't work in specific cases: - if the abbreviation is singular, then the plural form won't be detected as an abbr. There could...

I'd like to explain some words, but they are not abbreviations, so it's wrong to explain these words with `` I just would like to reproduce the system of abbrs...

Can you add a "source code syntaxhighlighter", so that source code blocks are colored? IMHO http://qbnz.com/highlighter/ is a nice framework to do this for different languages. I can create a...

Hey In my local environment (Wamp server on win 7 and PHP markdown v1.4.0), I can't display a markdown file which contains about 2000 lines or more of HTML. The...

When trying to parse something like `hello *, this is emphasized* etc..` the part between the asterisks doesn't get rendered. It happens at least when the first asterisk is followed...

This should produce an `` tag in Markdown Extra: ``` abbr next line *[abbr]: Abbreviation ``` Edit/Clarification: there is a two-space newline that transforms into a `` at the end...

In the following: ``` 1. List 1 item 1 1. List 2 item 1 2. List 2 item 2 3. List 2 item 3 ``` The div breaks the ``...

It would be beneficial to have the ability to specify headerless tables and/or field lists similar to what is available in RST (reStructuredText) Headerless Table: ``` |-------------|--------| |**Name:** |John Doe|...