Check out this snippet, using the "code" tag:
...compared to the exact same snippet in a "php" code block:Code:/** * use some\long\name\space as mylib; */ use some\long\name\space as mylib;
SP's syntax highlighter seems to strip backslashes from PHP code, though it leaves them in the comments.PHP Code:/**
* use some\long\name\space as mylib;
*/
use some\long\name\space as mylib;







Bookmarks