markdown-to-html
Version:
Converts markdown text to HTML. A readable stream plus utilities and web demo.
48 lines (46 loc) • 614 B
CSS
body {
background-color: White;
margin-left: 15px;
}
h1 {
color: maroon;
}
code, div.highlight {
background-color: MintCream;
padding-left: -5px;
margin-left: 5px;
}
div.highlight {
padding-top: 10px;
padding-bottom: 10px;
width: 80%;
}
.p {
color: black;
}
.nx {
color: #005B5B;
font-weight: medium;
}
.o {
color: black;
}
.mi {
color: Brown;
font-weight: bold;
}
.k {
color: DarkSlateBlue;
font-weight: bold;
}
.kd {
color: DarkSlate;
font-weight: bold;
}
.s1 {
color: Chocolate;
font-weight: 500;
}
.s2 {
color: Red;
}