cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar

Textbox() parsing markdown

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 )
);
1 Comment
Ryan_Gilmore
Community Manager
Status changed to: Archived
We are archiving this request. If this is still important please comment with additional details and we will reopen. Thank you!