Add small syntax (#3506)

This commit is contained in:
Aya Morisawa
2018-12-05 20:11:54 +09:00
committed by GitHub
parent dc8f4c8d6a
commit 66836836ab
4 changed files with 38 additions and 0 deletions

View File

@@ -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: {