Martín Pozo
Martín Pozo
Great addition, thanks! However, I miss a specification in the `README.md` of the features missing when the `no_std` feature is enabled.
Merged, thanks!
I implemented it many months ago, so I'm not sure, but your guess seems right, thanks! Maybe the indent of line 128 did not exist when I implemented it. The...
Yes, my implementation wanted a metadata block anywhere in the document. This is especially useful when combining different documents, if some magical comments (e.g., language specification) are needed at the...
#6578 applies here.
Interesting, I will look into it, thanks!
For this use case, a preprocessing step that translates the tags with a simple `match` makes more sense to me.
The scope of the pulldown-cmark HTML renderer is a simple and working example of HTML rendering, but not a full-fledged renderer. The creation of another renderer that uses pulldown-cmark in...
OK, go ahead with the easy pull request and we will continue the discussion in that pull request.
Uhm... I think #978 is more a fix than a breaking change, but it is in the middle.