Steven Marshall

Results 2 issues of Steven Marshall

Thank you for your great library. Reference: `protected function parseAttributeData($attributeString)` https://github.com/erusev/parsedown-extra/blob/master/ParsedownExtra.php#L592 Special attributes `{lang=fr}` are not parsed. We should be able to type `{target=_blank}` and get the `target="_blank"` attribute added...

Hello, I like your library, very useful for my project. I was able to successfully indent all the nodes with spaces with this code patch. Otherwise, it's a mix of...