Emanuil Rusev

Results 125 comments of Emanuil Rusev

It's `1.6.0`. I should update it.

It does seem like it might be handy. I'll think about it, but I can give no promises.

Thanks, I appreciate it.

I'll have to think about this.

Thanks for the PR. How can I reproduce the issue? When I do `composer require erusev/parsedown-extra`, I get no warning; I'm on composer `2.0.12`.

Can anyone explain why the same issue doesn't occur with [Parsedown](https://github.com/erusev/parsedown), which also uses `psr-0`? Would help me understand the problem. Thanks!

I still don't understand why the same issue doesn't occur with Parsedown, and now I have one more question, perhaps it's related: Why does `composer require erusev/parsedown-extra` add dev files...

Hey @daftspunk thanks for sharing your thoughts, but I still don't understand it. In an empty folder, run `composer require erusev/parsedown-extra` and you get both `parsedown` and `parsedown-extra` in `vendor/`....

@aidantwoods do you have any thoughts on this

it shouldn't be too hard to implement this as an extension - u could check the example at https://github.com/erusev/parsedown/wiki/Tutorial:-Create-Extensions#add-multi-line-element - it was created by the community and i haven't tested...