Skip to content

Commit

Permalink
Changes in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusbra committed Jun 24, 2021
1 parent c3e6dd0 commit 5ed6ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ExpensiMark.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ export default class ExpensiMark {
// Replace all the blank lines between quotes, if there are only blank lines between them
replacedText = replacedText.replace(/(<\/blockquote>((\s*)+)<blockquote>)/g, '</blockquote><blockquote>');
} else {
// If we doesnt have matches make sure the function will return the same textToCheck
// If we doesn't have matches make sure the function will return the same textToCheck
replacedText = textToCheck;
}
return replacedText;
Expand Down

0 comments on commit 5ed6ab8

Please sign in to comment.