Add small syntax (#3506)
This commit is contained in:
parent
dc8f4c8d6a
commit
66836836ab
4 changed files with 38 additions and 0 deletions
|
|
@ -123,6 +123,10 @@ export default Vue.component('misskey-flavored-markdown', {
|
|||
}, genEl(token.children));
|
||||
}
|
||||
|
||||
case 'small': {
|
||||
return [createElement('small', genEl(token.children))];
|
||||
}
|
||||
|
||||
case 'center': {
|
||||
return [createElement('div', {
|
||||
attrs: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue