Skip to content

Commit bfcddee

Browse files
committed
commit before branch
1 parent ed076ca commit bfcddee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default class MetaBindPlugin extends Plugin {
1515
// @ts-ignore defined in `onload`
1616
markDownInputFieldIndex: number;
1717

18-
frontMatterRexExpPattern = '^(---)\\n[\\s\\S]*?\\n---'
18+
frontMatterRexExpPattern = '^(---)\\n[\\s\\S]*?\\n---';
1919

2020
async onload(): Promise<void> {
2121
await this.loadSettings();

0 commit comments

Comments
 (0)