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 235e10b commit d006e44Copy full SHA for d006e44
README.md
@@ -19,8 +19,8 @@ npm install @highlightjs/vue-plugin
19
<script src="//cdn.jsdelivr.net/npm/highlightjs-line-numbers.js@2.8.0/dist/highlightjs-line-numbers.min.js"></script>
20
<script type="text/javascript">
21
window.onload = (event) => {
22
- hljs.highlightAll();
23
- hljs.initLineNumbersOnLoad({ startFrom: 1 });
+ hljs.highlightAll();
+ hljs.initLineNumbersOnLoad({ startFrom: 1 });
24
}
25
</script>
26
<!-- Highligt.js (delete if you dont need code line numbers) -->
0 commit comments