Martín Pozo

Results 83 comments of Martín Pozo

I think the way to go nowadays is WebAssembly, but the main concern I see is the API for extensions and how integrating them in a seamless manner. Probably the...

Therefore, supporting bare URLs should be a new feature behind a flag, a non-urgent enhancement.

Your example works in pulldown-cmark, that is the behaviour of CommonMark and pulldown-cmark gets the same than dingus: ![dingus](https://github.com/raphlinus/pulldown-cmark/assets/4211771/204ce2c3-3ecb-4719-ab09-f2a238254669) ![pulldown-cmark](https://github.com/raphlinus/pulldown-cmark/assets/4211771/8f8db3ba-44f1-4999-9c49-8d040a7290ce)

Sorry, but these types of extensions are out of the scope of this project. In the long term, having a plugin system enabling these types of rules to be plugged...

I will check this for the next release, thanks for reporting it.

This is an old pull request and in draft state, it should be redesigned and thought again. Sorry, but this will not happen in the short term unless someone else...

Hello, text events are not guaranteed to be emitted in only one because the incremental nature of pulldown-cmark, and the same happens here with HTML blocks. However, it's easy to...

Such a contribution will be welcome!, just take into account it is not trivial due to the incremental nature of the parser. But if you get a smart manner of...

I mean docs.rs is good for the API and a basic usage, but a book could provide a 'Getting started' chapter, and collecting examples currently only available in the code...