mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
14 lines
150 B
Markdown
14 lines
150 B
Markdown
Here's a regular code block:
|
|
|
|
<?php
|
|
|
|
echo 'Hello World!';
|
|
|
|
?>
|
|
|
|
Here's one that holds a list:
|
|
|
|
- list item
|
|
- another list item
|
|
|