Skip to content

Blocks rendering issue with inline return #87

Open
@alexzrh

Description

@alexzrh

When there is an in-line return, the return character is displayed as the not-defined glyph and the block itself is larger than normal. The block is a different size based on how many in-line returns there are.

Also, if you add in-line returns, the block itself will grow over existing blocks instead of moving them to a different coord space in the editor.
Screenshot 2023-06-25 at 2 24 25 PM

use Libraries.Compute.Statistics.DataFrame

DataFrame frame
frame:LoadFromCommaSeparatedValue(
"Group,Amount
K-12,108
University,12
Adult Novice,4
Eduator,10
Professional, 0
None,8"
)

output frame:ToText()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions