Closed rochapablo closed 8 years ago
It's seems that only work if I have the html tag. How can I use only php code like:
$var = 1; var_dump($var);
@rochapablo That is not actually a valid PHP file. Syntax highlighter on GitHub and others support it because writing <? line before every code snippet is bit annoying :-)
<?
It's seems that only work if I have the html tag. How can I use only php code like: