mark block in php code example
Example: php comment
// I'm a single, line comment
# I am another single line comments using #
/*
And I am a
multiline comment
*/
// I'm a single, line comment
# I am another single line comments using #
/*
And I am a
multiline comment
*/