You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be a potential solution, if you check the documentation of tip tap to see what are the trade offs for this approach. In particular if there are any accessibility issues with displaying posts as a read only editor instance
It doesn't mention anything specifically but could be resource intensive. I used this approach to add styling to code blocks in #507. I can fix the conflicts now and I would appreciate your insight.
#525 uses the renderhtml method on individual nodes. So basically the generate html method as used before.
Context
This is a story of master feature #197
The editor is in components/editor
Expected Behavior
Styles between the editor and the rendered content should match and be consistent.
Current Behavior
Elements, such as code, codeblock , link etc look different.
Steps to reproduce
Additional info
https://tiptap.dev/guide/styling
The text was updated successfully, but these errors were encountered: