支持JavaScript、JSON、Python、SQL、HTML、CSS等常见语言的代码格式化和高亮预览。
function hello(name) { const text = `Hello ${name}`; console.log(text); return text; }