chobie / php-sundown

php-sundown is just simple wrapper of sundown
Other
137 stars 16 forks source link

Added failing test case: custom render codeBlock() #13

Closed dominics closed 12 years ago

dominics commented 12 years ago

It seems an overriden codeBlock($code, $language) method in a custom renderer never gets called. This test checks for normal code blocks and fenced code blocks.

Unless I'm setting up the renderer wrong?

chobie commented 12 years ago

thanks spotting the issue. I've forgotten all of php functions converted to lowercase and stored to function_table. I'll publish it to PECL soon.