We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be5910 commit cc79e3bCopy full SHA for cc79e3b
index.js
@@ -30,7 +30,7 @@ function createCodePen(data) {
30
var JSONstring =
31
JSON.stringify(data)
32
// Quotes will screw up the JSON
33
- .replace(/"/g, """) // careful copy and pasting, I had to use a zero-width space here to get markdown to post this.
+ .replace(/"/g, """)
34
.replace(/'/g, "'");
35
36
0 commit comments