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 766f9c0 commit b7f382aCopy full SHA for b7f382a
README.md
@@ -16,6 +16,11 @@ bower install highlightjs-line-numbers.js
16
npm install highlightjs-line-numbers.js
17
```
18
19
+#### Getting the library from CDN
20
+```html
21
+<script src="//cdnjs.cloudflare.com/ajax/libs/highlightjs-line-numbers.js/2.1.0/highlightjs-line-numbers.min.js"></script>
22
+```
23
+
24
## Usage
25
26
Download plugin and include file after highlight.js:
0 commit comments