mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-16 11:11:25 +02:00
Merge pull request #1 from pferreir/pr/1553
Basic Markdown highlighting
This commit is contained in:
commit
ab1f37b0bb
@ -12,3 +12,11 @@
|
|||||||
padding: 2px 8px;
|
padding: 2px 8px;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_Markdown_BOLD {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_Markdown_ITALIC {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user