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
|
|
@ -365,6 +365,18 @@ header {
|
|||
padding: 4px 8px;
|
||||
}
|
||||
}
|
||||
|
||||
code {
|
||||
background: #e6eeee;
|
||||
padding: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
pre > code {
|
||||
background: unset;
|
||||
padding: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ============================================================= *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue