Skip to content

Commit 0659447

Browse files
committed
Clean up autodetect plugin demo
1 parent e709545 commit 0659447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ See https://github.com/WebCoder49/code-input/issues?q=is%3Aissue%20state%3Aopen%
626626
new codeInput.plugins.Autodetect()
627627
]));
628628
</script>
629-
<p>Start typing code of any language. <st;;;rong>Detected language: <span id="language"></span></strong>. Inaccurate language detection should be reported to <a target="_blank" href="highlightjs.org">highlight.js</a>, not code-input-js.</p>
629+
<p>Start typing code of any language. <strong>Detected language: <span id="language"></span></strong>. Inaccurate language detection should be reported to <a target="_blank" href="https://highlightjs.org">highlight.js</a>, not code-input-js.</p>
630630
<code-input oninput="document.getElementById('language').textContent = this.getAttribute('language');"></code-input>
631631
<p></p>
632632
</body>

0 commit comments

Comments
 (0)