cleaned up index.php

master
Michael Ochmann 3 years ago
parent efa8516a67
commit c7dcd85cce
  1. 13
      index.php

@ -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%;
} }

Loading…
Cancel
Save