Hi Eric,
Resurrecting this old thread for a somewhat related issue. Here’s the wiki text I have (i replaced the triple quotes with ticks because it messes up the formatting here):
<<.warning "HELLO
'''bash
some code
'''
">>
The html renders as:
<p>
<div class="doc-icon-block">
<div class="doc-block-icon"><svg><path></path></svg></div> HELLO
<code>`bash
some code
</code>
<code>
</div>
</code>
</div>
</p>
Using the code widget works, i’m just trying to understand the mechanics here, how does TW arrive at that?