1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-02 00:38:14 +09:00
This commit is contained in:
syuilo 2018-04-22 07:21:51 +09:00
parent a57a1d809b
commit 3e1f7861a1

View File

@ -12,7 +12,8 @@ const elements = [
require('./elements/code'),
require('./elements/inline-code'),
require('./elements/quote'),
require('./elements/emoji')
require('./elements/emoji'),
require('./elements/search')
];
export default (source: string): any[] => {