Skip to content

Commit 4257a80

Browse files
author
Jicheng Lu
committed
refine log content style
1 parent cdd2582 commit 4257a80

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
@@ -212,7 +212,7 @@ export function replaceNewLine(text) {
212212
* @returns {string}
213213
*/
214214
export function replaceMarkdown(text) {
215-
let res = text.replace(/#([\s]+)/g, '\\# ').replace(/[-|=]{3,}/g, '');
215+
let res = text.replace(/#([\s]+)/g, '\\# ').replace(/[-|=]{3,}/g, '@@@');
216216

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

0 commit comments

Comments
 (0)