Add Markdown Table Support
This commit is contained in:
@ -299,4 +299,16 @@ span {
|
||||
.comment_body a {
|
||||
text-decoration: underline;
|
||||
color: aqua;
|
||||
}
|
||||
|
||||
/* Tables */
|
||||
|
||||
table {
|
||||
border: 3px #333 solid;
|
||||
border-spacing: 0rem;
|
||||
}
|
||||
|
||||
td, th {
|
||||
border: 1px #333 solid;
|
||||
padding: 0.5em;
|
||||
}
|
Reference in New Issue
Block a user