Bob Ippolito
Bob Ippolito
Yes, I’m just explaining the details of the problem for whoever works on it or if you want to try and work around it. It gets stuck because there’s just...
The issue here is that `****` usually means something else in Markdown, there's no provision for applying styles to an empty string, so the emitter should be special cased for...
It looks like you can replace space in this edge case with ` ` or equivalent and it works with the reference implementation of CommonMark. https://spec.commonmark.org/dingus/?text=bold%20space%3A%20**%26%2332%3B**%0A%0Abold%20text%3A%20**text**%0A%0A
It works in the playground, if you're having an issue here the next step is to create an example project that reproduces the issue so that it can be investigated.
There's just simply no way for plugins, as currently defined, to carry initial configuration. The only way to improve this situation without changing anything fundamentally is to contribute documentation PRs...
The way that function works is a bit awkward because it expects the given node to be like the RootNode - it's really just a container for its children, and...
Are you using TypeScript to help guide your implementation? Not sure what problem you're having because you're not specific about the errors you're getting. Something like this (untested) will likely...
No need for assignment, if you're interested just submit a PR when you have a PR
https://lexical.dev/docs/api/modules/lexical_clipboard#generatejsonfromselectednodes
If you submit this as a PR we can review it