Skip to content

Commit

Permalink
modify the markup
Browse files Browse the repository at this point in the history
  • Loading branch information
madneal committed Jun 11, 2017
1 parent 6d82d49 commit 532a308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function processParagraph (p) {
markup = '> '
break
case 7:
p.text = '> # ' + p.text.replace(/\n/g, '\n> #')
p.text = '> # ' + p.text.replace(/\n/g, '\n> #') + '\n'
break
case 8:
p.text = '\n ' + p.text.replace(/\n/g, '\n ')
Expand Down

0 comments on commit 532a308

Please sign in to comment.