Skip to content

Commit

Permalink
modify the text
Browse files Browse the repository at this point in the history
  • Loading branch information
madneal committed Jun 10, 2017
1 parent 594d6ff commit 7565e55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,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 Expand Up @@ -225,6 +225,7 @@ function createMarkupsArray (markups) {
function copyToClipboard(input) {
const el = document.createElement('textarea');

// el.style.all = 'unset'
el.style.fontsize = '12pt'
el.style.border = '0'
el.style.padding = '0'
Expand Down

0 comments on commit 7565e55

Please sign in to comment.