Document basic supported markdown syntax. Closes #95

This commit is contained in:
Gabe Kangas
2020-07-30 16:20:48 -07:00
parent 99c6009292
commit 42752b7800
2 changed files with 21 additions and 0 deletions

View File

@@ -616,4 +616,15 @@ h2 {
width: 100%;
height: 170px;
border-radius: 15px;
}
.message-text .embedded-image {
width: 100%;
height: 170px;
border-radius: 15px;
}
.message-text code {
background-color:darkslategrey;
padding: 3px;
}