web preview + finish-ish markdown

ordered lists, superscript, tables
and some fixes
This commit is contained in:
jetstream0
2023-06-09 23:15:52 -07:00
parent 75260e28a3
commit d454a1f8ea
7 changed files with 375 additions and 13 deletions

34
styles/makoto.css Normal file
View File

@@ -0,0 +1,34 @@
blockquote {
margin: 0;
margin: 8px 0px;
padding: 4px 8px 4px 0px;
border-left: 8px solid #727272;
padding-left: 8px;
}
p {
margin: 4px 0px;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
margin-bottom: 5px;
}
.code-block {
font-family: 'Courier New', Courier, monospace;
background-color: #d8d8d8;
}
img {
max-width: 85%;
}
table {
border-collapse: collapse;
}
th, td {
padding: 2px 5px;
border: 1px solid black;
}