Skip to content

'font-size' property in markdown block leads to cut-off #2705

@iZer000

Description

@iZer000

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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions