parsedown/tests/test_data/code_block.md
hkdobrev 87c0b4264a Renamed tests/tests to tests/test_data
When looking at your folder structure, it is easier to grasp that the .md and .html files are just your data for the tests
2013-07-20 09:06:33 +03:00

150 B

Here's a regular code block:

<?php

echo 'Hello World!'; 

?>

Here's one that holds a list:

- list item
- another list item