We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed076ca commit bfcddeeCopy full SHA for bfcddee
src/main.ts
@@ -15,7 +15,7 @@ export default class MetaBindPlugin extends Plugin {
15
// @ts-ignore defined in `onload`
16
markDownInputFieldIndex: number;
17
18
- frontMatterRexExpPattern = '^(---)\\n[\\s\\S]*?\\n---'
+ frontMatterRexExpPattern = '^(---)\\n[\\s\\S]*?\\n---';
19
20
async onload(): Promise<void> {
21
await this.loadSettings();
0 commit comments