Improve MFM

This commit is contained in:
syuilo 2018-08-15 20:27:36 +09:00
parent 69ac7b739f
commit 83dcfec053

View file

@ -9,7 +9,7 @@ export type TextElementSearch = {
};
export default function(text: string) {
const match = text.match(/^(.+?) (検索|Search)(\n|$)/i);
const match = text.match(/^(.+?)( | )(検索|\[検索\]|Search|\[Search\])(\n|$)/i);
if (!match) return null;
return {
type: 'search',