No Description

tab-indented_code_block.md 85B

<?php

$message = 'Hello World!';
echo $message;

echo "following a blank line";