Skip to content

Commit

Permalink
remove blank 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
madneal committed Sep 19, 2017
1 parent eae4628 commit 8e445e6
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 @@ -150,7 +150,7 @@ function processParagraph (p) {
p.text = '\n ' + p.text.replace(/\n/g, '\n ')
break
case 9:
markup = '\n* ' + ''
markup = '\n* '
break
case 10:
markup = '\n 1. '
Expand Down

0 comments on commit 8e445e6

Please sign in to comment.