Docs Template

Dynamic Code Block

Runtime syntax highlighting with Shiki

Use DynamicCodeBlock when the code is generated at runtime.

const message = "Hello from DynamicCodeBlock";console.log(message);