Skip to content

Commit

Permalink
changed
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaHua-Zou committed Sep 29, 2021
2 parents e23c4f7 + c062897 commit 889cd1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fs-Handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,12 @@ function htmlConverter(src, fileDirName, isMarkDown = false, lang) {
title = title[0].trim();
text = src.substring(fileName.length + 3);
}
<<<<<<< HEAD

=======
//aa
let htmlElement = "";
>>>>>>> issue-16
if (!isMarkDown) {
htmlElement = text
.split(/\r?\n\r?\n/)
Expand Down

0 comments on commit 889cd1d

Please sign in to comment.