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 {
|
||||
|
|
|
@ -174,6 +174,8 @@ class TextFormatter
|
|||
underline: true,
|
||||
disable_indented_code_blocks: false,
|
||||
fenced_code_blocks: true,
|
||||
strikethrough: true,
|
||||
superscript: true,
|
||||
highlight: false
|
||||
)
|
||||
@markdown.render(html)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue