Add superscript/strikethrough flags on markdown
This commit is contained in:
parent
5f477d21d1
commit
74c823d500
2 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,10 @@
|
|||
color: $ui-secondary-color;
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
sup {
|
||||
vertical-align: super;
|
||||
}
|
||||
}
|
||||
|
||||
.reply-indicator__content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue