Added highlight to markdown code. Added markdown icon to differentiate against markdown on/off.
This commit is contained in:
parent
a3155c5882
commit
8768ab1692
4 changed files with 72 additions and 1 deletions
|
|
@ -320,6 +320,16 @@ header .menu {
|
|||
border: 1px solid #ddd;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
#markdown code {
|
||||
background: #e6eeee;
|
||||
padding: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
#markdown pre > code {
|
||||
background: unset;
|
||||
padding: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
/* ============================================================= *
|
||||
* Textarea replicates the height of an element expanding height *
|
||||
* ============================================================= */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue