makotokw / wp-gfm

WordPress Plugin for PHP-Markdown and GitHub Flavored Markdown
MIT License
118 stars 11 forks source link

Fenced code rendered incorrectly #6

Open oschwald opened 9 years ago

oschwald commented 9 years ago

For instance

```perl
use Data::Dumper;

p Dumper('fdasf');

is rendered as:

perl use Data::Dumper;

print Dumper('fdasf');

``` This is on WordPress 4.1 with the `wpautop` filter disabled.
makotokw commented 8 years ago

I have no idea. I often use Fenced code but I never reproduce this issue.