|
|
@ -4,15 +4,24 @@ require __DIR__."/vendor/autoload.php"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$source = file_get_contents(dirname(__FILE__)."/README.md"); |
|
|
|
$source = file_get_contents(dirname(__FILE__)."/README.md"); |
|
|
|
//$source = file_get_contents(dirname(__FILE__)."/tests/paragraph.md"); |
|
|
|
|
|
|
|
//$source = file_get_contents(dirname(__FILE__)."/tests/list.md"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo " |
|
|
|
echo " |
|
|
|
<style> |
|
|
|
<style> |
|
|
|
body { |
|
|
|
body { |
|
|
|
|
|
|
|
padding: 4rem; |
|
|
|
|
|
|
|
margin: 0; |
|
|
|
font-family: sans-serif; |
|
|
|
font-family: sans-serif; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
max-width: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
code { |
|
|
|
|
|
|
|
word-break: break-word; |
|
|
|
|
|
|
|
white-space: break-spaces; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
table { |
|
|
|
table { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|