Add support for code blocks
Opened this issue · 0 comments
Farmer-Pete commented
Currently code blocks are not supported. It would be nice to be able to create code listing captions like the following:
<codecaption example1|Example PHP Code>
<code php>
<?php phpinfo(); ?>
</code>
</codecaption>