diff --git a/README.md b/README.md index 7ac3eeb..f6e131b 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,16 @@ Parkdown currently support the following block types: * tables *(with alignment specification)* * paragraphs * block quotes +* lists *(like this one)* +* also nested * horizontal rules `---` +* lol +* bar ### Supported inline types Parkdown currently support the following block types: -* bold text (`**bold**`) +* bold text (`**bold**`) * italic text (`*italic*`) * code snippets * images (`![alt text](src url)`) diff --git a/index.php b/index.php index 23c4906..b70ba78 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,8 @@ require __DIR__."/vendor/autoload.php"; $source = file_get_contents(dirname(__FILE__)."/README.md"); -//$source = file_get_contents(dirname(__FILE__)."/test/paragraph.md"); +//$source = file_get_contents(dirname(__FILE__)."/tests/paragraph.md"); +//$source = file_get_contents(dirname(__FILE__)."/tests/list.md"); echo "