phpOMS/tests/Utils/Parser/Markdown/data/tab-indented_code_block.html
2022-02-19 13:57:39 +01:00

6 lines
107 B
HTML
Executable File

<pre><code>&lt;?php
$message = 'Hello World!';
echo $message;
echo "following a blank line";</code></pre>