expensify-common
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -256,3 +256,4 @@ "use strict"; | ||
if (shouldKeepRawInput) { | ||
return textToProcess.replace(regex, replaceFunction); | ||
const rawInputRegex = /^(?:>)+ +(?! )(?![^<]*(?:<\/pre>|<\/code>))([^\v\n\r]*)/gm; | ||
return textToProcess.replace(rawInputRegex, replaceFunction); | ||
} | ||
@@ -259,0 +260,0 @@ return this.modifyTextForQuote(regex, textToProcess, replacement); |
{ | ||
"name": "expensify-common", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"author": "Expensify, Inc.", | ||
@@ -5,0 +5,0 @@ "description": "Expensify libraries and components shared across different repos", |
477554
10815