mirror of
https://github.com/erusev/parsedown.git
synced 2025-02-23 17:06:04 +01:00
6 lines
85 B
Markdown
6 lines
85 B
Markdown
<?php
|
|
|
|
$message = 'Hello World!';
|
|
echo $message;
|
|
|
|
echo "following a blank line"; |