Skip to content

Commit 2572c11

Browse files
updated the paragraph function
1 parent 9a91845 commit 2572c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controllers/convertToMdFolder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function convertToMdFolder(object, path) {
5757

5858
function paragraph(object) {
5959
if (object.paragraph != undefined) {
60-
fs.appendFileSync(`${path}`, `\n\n ${object.paragraph}\n`)
60+
fs.appendFileSync(`${path}`,`\n\n<br> <h2> Paragraph :</h2> <br> ${object.paragraph}\n`)
6161
}
6262
}
6363

0 commit comments

Comments
 (0)