MFM: Improve title syntax
This commit is contained in:
@@ -9,7 +9,7 @@ export type TextElementTitle = {
|
||||
};
|
||||
|
||||
export default function(text: string) {
|
||||
const match = text.match(/^【(.+?)】\n/);
|
||||
const match = text.match(/^(【|\[)(.+?)(】|])\n/);
|
||||
if (!match) return null;
|
||||
const title = match[0];
|
||||
return {
|
||||
|
Reference in New Issue
Block a user