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 f27f41e commit 1037f80Copy full SHA for 1037f80
hexalang.github.io/src/book/pages/Strings.tsx
@@ -102,7 +102,7 @@ console.log(\`hello\\tworld\`) // -> prints 'hello\\tworld'`} />
102
<Code code={`let welcome = 'world'
103
console.log(\`hello \\(welcome)!\`) // -> prints 'hello \\(welcome)!'`} />
104
105
- <p>They also keep line endings information as is:</p>
+ <p>They also keep line endings information as is{false && 'TODO'}:</p>
106
107
<Code code={`let s = \`
108
\` // Contains \\n or \\r\\n depending on your code editor settings`} />
0 commit comments