diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-09 01:07:06 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-09 01:07:06 +0900 |
| commit | a68efc1e5e1f14afe899f04ee75f76493da15baa (patch) | |
| tree | f8baa2607dce080dc414b096d51d7272ef3a5e5e /src/common/text/index.js | |
| parent | [Client] いい感じにした (diff) | |
| download | misskey-a68efc1e5e1f14afe899f04ee75f76493da15baa.tar.gz misskey-a68efc1e5e1f14afe899f04ee75f76493da15baa.tar.bz2 misskey-a68efc1e5e1f14afe899f04ee75f76493da15baa.zip | |
nanka iroiro
Diffstat (limited to 'src/common/text/index.js')
| -rw-r--r-- | src/common/text/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/text/index.js b/src/common/text/index.js index 973e7c5236..636f0c4681 100644 --- a/src/common/text/index.js +++ b/src/common/text/index.js @@ -6,7 +6,8 @@ const elements = [ require('./elements/bold'), require('./elements/url'), require('./elements/mention'), - require('./elements/hashtag') + require('./elements/hashtag'), + require('./elements/code') ]; function analyze(source) { |