wcoder / highlightjs-line-numbers.js

Line numbering plugin for Highlight.js
https://wcoder.github.io/highlightjs-line-numbers.js/
MIT License
533 stars 125 forks source link

highlightjs-line-numbers.js:21 highlight.js not detected! #98

Open MTTTM opened 1 year ago

MTTTM commented 1 year ago

Describe the bug it is error,when import the package in vue file

my code: import hljs from 'highlight.js'; import "highlightjs-line-numbers.js"

rud-wtag commented 10 months ago

Facing same issue with VanillaJS.

arika163 commented 9 months ago

try this:

import hljs from 'highlight.js/lib/core'

window.hljs = hljs
require("highlightjs-line-numbers.js")