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
I'd like to left-align bulleted text in nodes. Apparently it is possible to left-align when not using HTML (\\l), but it seems necessary to use HTML for bullets. It is possible to left align bulleted text by adding the following HTML-like code at the end of a line: <br ALIGN = 'LEFT'/>. However, that also introduces a linebreak: https://stackoverflow.com/questions/57785575/diagrammer-how-can-i-left-align-text-in-nodes-using-html.
I'd like to left-align bulleted text in nodes. Apparently it is possible to left-align when not using HTML (
\\l
), but it seems necessary to use HTML for bullets. It is possible to left align bulleted text by adding the following HTML-like code at the end of a line:<br ALIGN = 'LEFT'/>
. However, that also introduces a linebreak: https://stackoverflow.com/questions/57785575/diagrammer-how-can-i-left-align-text-in-nodes-using-html.Could you add the ability to left-align bulleted text in nodes without a linebreak? See this post for more info:
https://stackoverflow.com/questions/57785575/diagrammer-how-can-i-left-align-text-in-nodes-using-html
The text was updated successfully, but these errors were encountered: