some markdown parsing.. jst for fun

This commit is contained in:
ville rantanen
2017-07-03 14:08:38 +03:00
parent 7c3c816798
commit 96c35d836d
2 changed files with 13 additions and 0 deletions

View File

@@ -41,6 +41,9 @@ hr { border-color: #377ba8; }
/* MD rendering */
.md_head { color: #377ba8; font-weight: bold; }
.md_quote { font-style: italic; }
.md_bold { font-weight: bold; }
.md_code { color: #a83737; }
/* dropdown */