summaryrefslogtreecommitdiff
path: root/src/client/app
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2018-12-05 20:11:54 +0900
committerGitHub <noreply@github.com>2018-12-05 20:11:54 +0900
commit66836836ab181623bd86ad71aa2acf226253d481 (patch)
tree8c1b7f32b70471cdaae614963f4fb44d0ae3f394 /src/client/app
parentFix #3341 (#3502) (diff)
downloadmisskey-66836836ab181623bd86ad71aa2acf226253d481.tar.gz
misskey-66836836ab181623bd86ad71aa2acf226253d481.tar.bz2
misskey-66836836ab181623bd86ad71aa2acf226253d481.zip
Add small syntax (#3506)
Diffstat (limited to 'src/client/app')
-rw-r--r--src/client/app/common/views/components/mfm.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/app/common/views/components/mfm.ts b/src/client/app/common/views/components/mfm.ts
index 9502d64d82..accacf150c 100644
--- a/src/client/app/common/views/components/mfm.ts
+++ b/src/client/app/common/views/components/mfm.ts
@@ -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: {