Strikethrough parsing
This commit is contained in:
+4
-3
@@ -3,7 +3,7 @@ body {
|
||||
color: #e0e0e0;
|
||||
background: #1a1a1a;
|
||||
margin: 2em auto;
|
||||
max-width: 750px;
|
||||
width: 750px;
|
||||
padding: 1em 2em;
|
||||
line-height: 1.8;
|
||||
font-size: 18px;
|
||||
@@ -19,7 +19,8 @@ pre {
|
||||
background: #2a2a2a;
|
||||
border: 1px solid #444;
|
||||
padding: 1em;
|
||||
overflow: auto;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
code {
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
@@ -40,7 +41,7 @@ a:hover {
|
||||
color: #ff1493;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
width: 100%;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user