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