mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Add Markdown Table Support
This commit is contained in:
parent
a1e6f95151
commit
1b5a3a59c0
8 changed files with 58 additions and 260 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue