Add markdown support (marked lib)

Conflicts:
	client/css/style.css
This commit is contained in:
Luc Didry 2016-09-14 22:59:09 +02:00
parent 9a3f4ddb2f
commit 36ee5a6db5
5 changed files with 35 additions and 4 deletions

View file

@ -14,6 +14,13 @@ h1 a.banner {
font-size: 48px;
font-weight: bold;
}
.content h1, .content h2, .content h3 {
font-family: 'Rock Salt', "Arial Rounded MT Bold", arial, serif !important;
margin-bottom: 5px;
}
.content h3 {
font-size: 14px;
}
#go {
cursor: pointer;
text-decoration: none;