electric
electric copied to clipboard
Print rendered markup from a component in code blocks
It would be very helpful for us to have the ability of print inside a code block the markup result of a rendered component.
I.e:
\```
{call ClayButton.render}
{param label: 'Default Button' /}
{/call}
\```
Current result:
Desired result: