uce/site/tests/components/markdown/code_block.uce
2026-04-28 12:10:07 +00:00

4 lines
173 B
Plaintext

COMPONENT(Request& context)
{
<><pre class="tests-code-block"><?: first(context.props["default_html"].to_string(), context.props["children_html"].to_string()) ?></pre></>
}