d6012818 by Jonille Arreglo

27034_spacing

1 parent b7d19f6f
...@@ -89,7 +89,7 @@ function App() { ...@@ -89,7 +89,7 @@ function App() {
89 const regex = new RegExp(`\\b(${programmingKeywords.join('|')})\\b`, 'gi'); 89 const regex = new RegExp(`\\b(${programmingKeywords.join('|')})\\b`, 'gi');
90 const matches = parsedData.match(regex); 90 const matches = parsedData.match(regex);
91 if (!matches) { 91 if (!matches) {
92 var replaceTags = (parsedData.replace(/(?:\r\n|\r|\n)/g, '<br>').replace(/\./g, '. ')) 92 var replaceTags = (parsedData.replace(/(?:\r\n|\r|\n)/g, '<br>'))
93 } else { 93 } else {
94 replaceTags = (parsedData.replace(':',':<code>').replace('<?','&#60;?').replace('?>','?&#62;').replace(/\n/g, '<br>')) 94 replaceTags = (parsedData.replace(':',':<code>').replace('<?','&#60;?').replace('?>','?&#62;').replace(/\n/g, '<br>'))
95 } 95 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!