Tom Moor
                                            Tom Moor
                                        
                                    This allows the menu to be triggered but the issue is more nuanced as previously it expects the current paragraph to be empty, using the same logic on a paragraph...
Prosemirror does not support node, so to achieve this we'd have to write a renderer that emulates the output of Prosemirror – Remirror has done a good job of this,...
> I would expect it to work using dynamic imports with Next.js Me too, Next must be rendering that on the server side?
I'm not planning on working on this at the moment, my applications do not use SSR. However if someone else wants to enable this functionality a PR would be happily...
Unfortunately it's not possible to upgrade to `1.0.0-0` as it removes a number of methods for dealing with tables that this project uses. I guess that's why the dependency was...
Someone would need to figure out what changed in prosemirror-transform that causes the weird behavior in newer versions. Once that's addressed the dep locking is no longer needed
This is expected behavior at this time - a single slash is used to encode an empty paragraph, something that markdown doesn’t natively support. For display you can strip these...
Hey Nicolas, thanks for the request – I think in order to support more languages we need to figure out how to dynamically load the language files into the editor,...
> I spent some time trying to import some documentation from another wiki instance but it would not parse cleanly. I'm not sure what you mean – this sounds like...
> when I tried to save my draft I got an empty page. That's interesting – sounds like a bug regardless. Code is here: https://github.com/outline/rich-markdown-editor/blob/master/src/nodes/CodeFence.ts https://github.com/outline/rich-markdown-editor/blob/master/src/plugins/Prism.ts