diff --git a/3x5.js b/3x5.js index 7630677..d7413f1 100644 --- a/3x5.js +++ b/3x5.js @@ -36,7 +36,7 @@ function renderCard(state, code) { let theCard = { id: 100, fields: {}, - code: ` + code: String.raw` h1 Hello, World! para [2 + 2] block { diff --git a/notcl.js b/notcl.js index 9946a3c..43eb6a9 100644 --- a/notcl.js +++ b/notcl.js @@ -15,7 +15,7 @@ function parseNotcl(code) { /* Preprocess */ // fold line endings - code = code.replace(/(?