Playground
object Playground
Renderer for Kotlin Playground iframe documents. Builds a self-contained HTML page that boots the Kotlin Playground script (per com.kslides.config.KSlidesConfig.playgroundUrl) against a primary source file plus optional dependency files, applying the supplied CSS to the page head.
The single rendering helper is internal; consumers reach this functionality through the com.kslides.playground DSL function rather than calling here directly.