Skip to content

Commit

Permalink
removed "m" flag at Breaklines module
Browse files Browse the repository at this point in the history
  • Loading branch information
Saektide committed Apr 28, 2020
1 parent d99dd68 commit cf1de36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export default new Parser([
},
{
name: 'Breaklines',
regexp: /[\n|\r|\n\r]/gm,
regexp: /[\n|\r|\n\r]/g,
before: (matches) => {
return new Promise(async (res, rej) => {
let reps = [];
Expand Down

0 comments on commit cf1de36

Please sign in to comment.