Generating code blocks with datacore

What I’m trying to do

Has anyone tried generating code blocks with datacore?

Things I have tried

This just outputs raw text:

return function View() {
    return <p>```<br />fff<br />```<br /></p>;
}  

I’m currently able to do this OK with dataviewjs in order to generate qr codes using the qrcode plugin. Just curious if a similar result is possible with datacore.