Skip to content

Commit

Permalink
Fix #98
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed May 21, 2021
1 parent f982eb0 commit aa235cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { t } from "./lang/helpers";

export const frontMatterKey = "kanban-plugin";

const frontmatterRegEx = /^---([\w\W]+?)---/;
const frontmatterRegEx = /^---([\w\W]+?)\n---/;
const newLineRegex = /[\r\n]+/g;

// Begins with one or more # followed by a space
Expand Down

0 comments on commit aa235cd

Please sign in to comment.