Implemented Markdown panel, wrote an update

This commit is contained in:
2019-06-03 13:12:29 +10:00
parent 6b272d06e4
commit bd95c6a240
10 changed files with 167 additions and 65 deletions
+6
View File
@@ -46,6 +46,12 @@ h2 {
color: lightblue;
}
h3 {
font-size: 12pt;
font-weight: bold;
color: pink;
}
br {
padding-bottom: .5em;
}