Skip to content

Commit 3a08132

Browse files
committed
minor change
1 parent 198cca7 commit 3a08132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/helpers/http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ export function replaceNewLine(text) {
349349
* @returns {string}
350350
*/
351351
export function replaceMarkdown(text) {
352-
let res = text.replace(/#([\s]+)/g, '\\# ').replace(/^-\s*/gm, '• ').replace(/[-|=]{3,}/g, '@@@');
352+
let res = text.replace(/#([\s]+)/g, '\\# ').replace(/^-\s*/gm, '• ').replace(/[-|=]{3,}/g, '•••');
353353

354354
let regex1 = new RegExp('\\*(.*)\\*', 'g');
355355
let regex2 = new RegExp('\\*([\\*]+)\\*', 'g');

0 commit comments

Comments
 (0)