uce/site/tests/components/markdown/code_block.uce

4 lines
171 B
Plaintext

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