electric icon indicating copy to clipboard operation
electric copied to clipboard

Print rendered markup from a component in code blocks

Open carloslancha opened this issue 7 years ago • 0 comments

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: image

Desired result: image

carloslancha avatar Feb 24 '18 11:02 carloslancha