I’d like to display custom code but in Markdown format that will color the code so it looks like an IDE editor. Is this possible?
{// ...render: ({status, args, result}) => (<div>{status === "complete" ? "Done!" : "Processing..."}</div>),}
Here is my site Read-Only: LINK
(how to share your site Read-Only link)