Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
add br to renderer in rich text descriptipn
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 24, 2020
1 parent 813563e commit 8249114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rich-description.js
Expand Up @@ -4,6 +4,7 @@ const renderer = new marked.Renderer()
renderer.code = () => ''
renderer.blockquote = () => ''
renderer.heading = () => ''
renderer.br = () => '<br/>'
renderer.html = () => ''
renderer.image = () => ''
renderer.list = () => ''
Expand Down

0 comments on commit 8249114

Please sign in to comment.