You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--This can be before the code-input element is created, in which case it will defer the registration of all code-input
192
+
elements until the page is loaded, or after it is created, in which case registration will occur immediately, but not inside
193
+
code-input elements.-->
185
194
<script>
186
195
codeInput.registerTemplate("syntax-highlighted",
187
196
new codeInput.Template(
@@ -305,4 +314,4 @@ something like [CodeMirror](https://codemirror.net/),
305
314
306
315
🎉 code-input.js is collaboratively developed by many people, which is what keeps it going strong. By version 2.6.0, many have reported bugs and suggestions, and [9 people (see them on GitHub)](https://github.com/WebCoder49/code-input/graphs/contributors) have contributed code or documentation directly. If you have found a bug, would like to help with the code or documentation, or have additional suggestions, for plugins or core functionality, [please look at GitHub](https://github.com/WebCoder49/code-input/tree/main/CONTRIBUTING.md) or [get in touch via email so I can add it for you](mailto:[email protected])!
307
316
308
-
*We're looking into mirroring code-input.js onto Codeberg as well as GitHub for more flexibility and freedom - if you have ideas for this please get in touch!*
317
+
*I'm looking into mirroring code-input.js onto Codeberg as well as GitHub for more flexibility and freedom - if you have ideas for this please get in touch!*
0 commit comments