parent
ce3f735654
commit
6e343d50f1
4 changed files with 40 additions and 0 deletions
|
|
@ -96,6 +96,10 @@ export default Vue.component('misskey-flavored-markdown', {
|
|||
return [createElement('b', genEl(token.children))];
|
||||
}
|
||||
|
||||
case 'strike': {
|
||||
return [createElement('del', genEl(token.children))];
|
||||
}
|
||||
|
||||
case 'big': {
|
||||
bigCount++;
|
||||
const isLong = getTextCount(token.children) > 10 || getChildrenCount(token.children) > 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue