KSlidesDslMarker
Marks receiver types that participate in the kslides DSL so that Kotlin's scope-control can prevent unintended nesting (e.g. calling markdownSlide{} directly from inside another slide's content block).
Applied to types rather than functions because @DslMarker on functions is a no-op (see KT-81567).