-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Current Behavior
Currently we treat text that is not wrapped with markdown as a text node and line breaks as \n, this makes the library prone to errors related with scrolling & cursor movement.
Expected Behavior
- All leaf text nodes should be wrapped by an individual tag
- We should use
<br>instead of\n - (optional) Each new paragraph / line of text should be wrapped with
<p>tag
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request