vue-command icon indicating copy to clipboard operation
vue-command copied to clipboard

[Question]: createStdout styling?

Open wes-kay opened this issue 10 months ago • 1 comments

I'd like to format output to html is this currently possible, or is there any way to style stdout?
test: () => createStdout("<span class='color-red'>hello</span>")

wes-kay avatar Apr 19 '25 20:04 wes-kay

I never used inner HTML but it might work using the formatter textFormatter

ndabAP avatar Apr 20 '25 07:04 ndabAP