mitchellwarr
                                            mitchellwarr
                                        
                                    @pierpo The svg style prop does let you mess with the z-index and fix the problem. However, i think the best solution from an html and css point of view...
Haha its not much of a contribution, but thanks for saying it is. Glad I could be of some help here, this is a very cool project with a smart...
Whats the status on this?
It has been over a year since this PR was proposed, any word on why it hasn't been merged would be appreciated. Does it need more work? Are the maintainers...
Have you tried using ``` javascript let options = { entityStyleFn = entity => { const entityType = entity.get('type').toLowerCase(); if (entityType === 'link') { const data = entity.getData(); return {...
Its been months, can we please get an update on this
Have you tried stateToHTML as follows ``` javascript let options = { blockStyleFn = block => { let data = block.getData(); if (data.size == 0) return; let style = {};...
Would appreciate this being implemented
Adding a new line between the end of the numbered lists and the bullet points, makes it all render correctly
> Facing the exact same issue. @mitchellwarr did you manage to work around it? i cant remember. but this edge case is such that im ignoring the issue until my...