Emanuil Rusev
Emanuil Rusev
p.s. since this math syntax uses a "$" and it is a special characters that the parser is unfamiliar with, u'll also need sth like this in the constructor: ```...
@BenjaminHoegh the extension looks great, you can list it at https://github.com/erusev/parsedown/wiki/Extensions-and-Related-Libraries
Does it reproduce at the website: http://parsedown.org/extra/
Thanks, I'll try to review / merge this by the end of the week.
that's probably because these are not valid URIs - try encoding the spaces
I'll see what I can do. It might take some time, though. I'll be quite busy over the next couple of weeks.
Sure, It's in the `blockMarkup` methods in `Parsedown.php`. Parsedown does supports one line block-level elements, but it looks for a closing tag at the end of the line. It doesn't...
@storeman Can you provide an example that I can use to reproduce the issue?
@storeman Ah, I see, thanks, I appreciate it.
@ericbarnes Thanks, Eric, I appreciate it, hopefully, I'll have some time later this month to address the issue.