Estevão Soares dos Santos

Results 6 issues of Estevão Soares dos Santos

So, it came to my attention that this: ``` md > a blockquote # followed by an heading ``` gets parsed into something like: ``` html a blockquote followed by...

bug

Improve commonmark compliance of "Commonmark flavor". Related: #620 , #918

Similar blocks of code found in 2 locations. Consider refactoring. https://codeclimate.com/github/showdownjs/showdown/src/subParsers/makehtml/lists.js#issue_623e11f89f62fd00010000a6

codeclimate

Using latest PHPDocumentor and Twig (in PHP 7), a notice is raised: ``` PHP Notice: Array to string conversion in \vendor\twig\twig\lib\Twig\Loader\Filesystem.php on line 34 ``` Callstack: ``` Call Stack: 0.0002...

- turned a bunch of options on in showdown to set a "ghost" flavor markdown, similar to GFM - custom extensions live in their own repo, with proper tests against...