diff --git a/url_to_markdown_common_filters.js b/url_to_markdown_common_filters.js index e6c96f4..308c7f6 100755 --- a/url_to_markdown_common_filters.js +++ b/url_to_markdown_common_filters.js @@ -41,17 +41,14 @@ module.exports = { replace: [ { find: '(https://miro.medium.com/max/60/', - replacement: '(https://miro.medium.com/max/600/' + lsquo replacement: '(https://miro.medium.com/max/600/' } ] }, { - domain: /(?:.*\.)?stackoverflow\.com/, - replace: [ - { - find: /\* Links.*Three \|/ig, - replacement: '' - } + domain: /stackoverflow\.com/, + remove: [ + /\*\s+Links.*Three\s+\|/g ] } ],