When formatting markdown text blocks with html tags and the style property, changing the font size cuts off part of the text below it, as the node doesn't resize properly. This also can't be fixed by changing the dimensions of the node manually.
Example:
TEST: "" {
TEST_LABEL: |md
<i style="font-size: 18pt">This is a test label</i>
- This is a list
This is text
|
}
TEST2: |md
<i style="font-size: 18pt">This is a test label</i>
- This is a list
This is text
| {shape: rectangle; width: 300; height: 300}
TEST -- TEST2
