Handle multi-line text #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently,
textmarkers with newlines render as a single line.Acceptance criteria:
textmarkers with newlines are rendered on multiple lines. The anchor point should apply to the overall text box, with each line aligned with the anchor (i.e. if the anchor is on the left, it should be left-aligned, etc.)