{JSON.stringify(input, null, 2)}
{JSON.stringify(output, null, 2)}
);
} else if (typeof output === "string") {
renderedOutput = (
{output}
);
} else if (output != null) {
renderedOutput =