We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd2582 commit 4257a80Copy full SHA for 4257a80
src/lib/helpers/http.js
@@ -212,7 +212,7 @@ export function replaceNewLine(text) {
212
* @returns {string}
213
*/
214
export function replaceMarkdown(text) {
215
- let res = text.replace(/#([\s]+)/g, '\\# ').replace(/[-|=]{3,}/g, '');
+ let res = text.replace(/#([\s]+)/g, '\\# ').replace(/[-|=]{3,}/g, '@@@');
216
217
let regex1 = new RegExp('\\*(.*)\\*', 'g');
218
let regex2 = new RegExp('\\*([\\*]+)\\*', 'g');
0 commit comments