I think it would be awesome if a textbox could be given markdown or even better gitlab markdown and it would parse it into a pretty format.
I'm thinking something like
Names default to here(1);
md_text = "
# Header1
## Header2
Some text that is *italics* or **bold** or _underlined_
";
new window("Markdown",
textbox(Trim(md_text), << Markdown )
);