Skip to content

Commit

Permalink
Handle triple handlebar
Browse files Browse the repository at this point in the history
Used for {{{ pm:unsubscribe }}}
  • Loading branch information
jeremy-jeha-lee authored Dec 2, 2020
1 parent 58b18c8 commit 64b22b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ module.exports = function(grunt) {
src: [path.dist_text_glob],
overwrite: true,
replacements: [
{ from: '%7B%7B%7B', to: '{{{ ' },
{ from: '%7D%7D%7D', to: ' }}}' },
{ from: '%7D%7D%7D%22', to: ' }}}' },
{ from: '%7B%7B', to: '{{ ' },
{ from: '%7D%7D', to: ' }}' },
{ from: '%7D%7D%22', to: ' }}' },
Expand Down

0 comments on commit 64b22b8

Please sign in to comment.