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 fcd8d99 commit 4096c84Copy full SHA for 4096c84
README.md
@@ -51,7 +51,7 @@ to interpolate HTML directly.
51
var raw = require('nanohtml/raw')
52
var html = require('nanohtml')
53
54
-var string = '<h1>This a regular string.'
+var string = '<h1>This a regular string.</h1>'
55
var el = html`
56
<body>
57
${raw(string)}
@@ -65,7 +65,6 @@ document.body.appendChild(el)
65
```js
66
67
68
69
70
71
<button onclick=${onclick}>
0 commit comments