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 3dfb3df commit 1655957Copy full SHA for 1655957
html-components/html-components.html
@@ -152,6 +152,10 @@
152
{border-top:1px solid blue;margin:30px}
153
154
155
+
156
+ code, code-src
157
+ {display:block;white-space:pre;background:whitesmoke;padding:10px}
158
159
160
</style>
161
@@ -177,6 +181,8 @@
177
181
178
182
<div id=center>
179
183
184
185
+ <code-src src='ex/component-include.js'></code-src>
180
186
187
188
<div>
@@ -338,7 +344,12 @@
338
344
339
345
<script>
340
346
341
-
347
+ document.querySelectorAll('code script').forEach(node=>node.parentNode.textContent=node.textContent);
348
349
350
+ //:
351
352
342
353
function initdom(){
343
354
355
hdr.initdom();
@@ -354,6 +365,8 @@
365
366
356
367
</script>
368
369
+ <script src='https://libs.ext-code.com/html/code-src/code-src.js'></script>
357
370
358
371
</html>
359
372
0 commit comments