GoodOldStalone
GoodOldStalone
Still in progress, it takes a long time, and I'm almost the only one working on it. Still no due date planned, and there likely won't ever be any, we'll...
Actually, I think it is a great thing you used this issue to ask your question. In July, I said I was writing a guide on porting plugins, and it...
Full migration is still an objective for us, but it is not a priority. Any PR will be accepted, and I am willing to help anyone working on the migration....
For LaTeX, I think we can add this to `remark-image-download`.
Hello :wave: I am seeing this issue again after a while, and apart from how we could implement it, I am wondering if it is really needed. Do you have...
Working in offline mode isn't possible on the ZdS editor by now, because request are sent to the ZMarkdown server to get the rendered content. For generated images, I guess...
That is indeed true. However, even if it can be used externally, it has not been made for this usage (although we do welcome and help people trying to install...
Tested on standalone parser/serializer, the problem is the same: remark-math does his job => rehype-katex passes directly to => **katex** where the problems are actually located About the missing `xmlns`...
Pandoc expects it not rendered at all, because no empty space between last row and extra row. I don't really know what is the expected behaviour, but anyway it's a...
The way these plugins work now are quite unsustainable I'd say: - at first, everything is in a single file, which I would not recommend as a project architecture (well,...