Added Markdown support

This commit is contained in:
Magnus Åhall 2024-01-09 16:28:40 +01:00
parent 9bd4833e4b
commit 9bb203066c
29 changed files with 9771 additions and 220 deletions

View file

@ -189,7 +189,7 @@ header {
font-size: 1.25em;
}
.search, .add, .keys {
.markdown, .search, .add, .keys {
padding-right: 16px;
img {
@ -351,6 +351,22 @@ header {
}
}
#markdown {
padding: 16px;
color: #333;
grid-area: content;
max-width: 900px;
table {
border-collapse: collapse;
th, td {
border: 1px solid #ddd;
padding: 4px 8px;
}
}
}
/* ============================================================= *
* Textarea replicates the height of an element expanding height *
* ============================================================= */