Christophe Desguez
Christophe Desguez
👍 Excellent results with this tool : it can further optimize image that PNGenie had already compressed ! But i must add my +1 to this request : I use...
Hi @terkelg ! I do agree that mapping on the returned array is pretty easy in term of coding, but i did believe that your package's implementation was all about...
@terkelg @lukeed : Hi, congrats ! And thanks for the quick review ! :) Well.. Is there a benchmark somewhere with some _serious_ file hierarchy to scan ? Could we...
I have a PR for this issue here : https://github.com/sparksuite/simplemde-markdown-editor/pull/634
@fresheneesz : you can specify your own markdown renderer when invoking simplemde : ``` var simplemde = new SimpleMDE({ element: document.getElementById("editor"), // (...) previewRender: myMarkdownRenderer }); ``` In my [markdown-bundle](https://zipang.github.io/markdown-bundle/)...
Same issue here with vitejs : I tried with @rollup/plugin-commonjs@20, @rollup/plugin-commonjs@21, @rollup/plugin-commonjs@latest (23) with the same result.. ``` Error when using sourcemap for reporting an error: Can't resolve original location...
I provided a Promise implementation by checking if a callback was passed. Now it's really nice to be able to use await : `var markdown = await upndown.convert(html);`
Is there anyone who could review my PR ? It should be really fast i believe.
I stumbled onto that problem today, and considering we are in 2025 now, it feels more and more urgent to easlily integrate WinterCG compliant servers in the local ViteJS dev...