Added highlight to markdown code. Added markdown icon to differentiate against markdown on/off.

This commit is contained in:
Magnus Åhall 2024-01-09 17:58:41 +01:00
parent a3155c5882
commit 8768ab1692
4 changed files with 72 additions and 1 deletions

View file

@ -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 *
* ============================================================= */