Mi Yu

Results 11 comments of Mi Yu

I can't find any authoritative answers from CommonMark either. I used to replace `\r\n` line endings with `\n` in `Document.__init__`, but stopped doing so after I discovered that Python's `open`...

I can see how this feature can be useful, and I definitely have used it in pandoc / multimarkdown implementations before. My only hesitation is that it lacks a formally...

Thanks for the interest! Unfortunately rendering back to Markdown does require implementing a complete renderer, as the original syntax information is lost in the parsed AST. Such a renderer is...

I'm going to add a "help-wanted" tag to this issue, since I don't think I'd be getting around to this anytime soon. If you're interested in this feature, add your...

Thank you @nickovs for taking this task on yourself! I think the main difficulty is working through all the edge cases that a Markdown document can contain, and this is...

@nickovs Yes, go ahead and put it in the `mistletoe` directory! I like the idea, but for now, if you do end up implementing this, is it okay if you...

@nickovs no rush of course, but I'd love to include your Markdown renderer in version 0.7.1, which I plan to release this coming weekend. Do you think it can be...

Sorry for the late reply, I've been busy with other commitments for the past half month. Hopefully in the next week or so I can squeeze in some time to...

I'm going to treat this as a bug and fix it in the implementation. For additional documentation of custom block-level tokens, I'm opening a new issue. Thanks for this!

I'm interested in this. Will you be willing to write a renderer for this, preferably in `pylatex_renderer`, so that people who do not want to install an additional package have...