Open JohnGurin opened 8 years ago
compiles to
<span><?php echo $content1 ?></span><span><?php echo $content2 ?></span><span><?php echo $content3 ?></span>
:php is custom filter
:php
Same here (simpler testcase):
@JohnGurin Which php filter are you using? Is it anything more complex than return '<?php ' + text + ' ?>'; 😄
return '<?php ' + text + ' ?>';
compiles to
:php
is custom filter