How to use prism.js plugin #326
Answered
by
oscarotero
officialrajdeepsingh
asked this question in
Q&A
-
I need some additional prism.js plugins for my blog. But I can't find a way to install it. |
Beta Was this translation helpful? Give feedback.
Answered by
oscarotero
Nov 27, 2022
Replies: 1 comment
-
Prism is the only Lume dependency loaded from I need to make some breaking changes in the plugin to switch to npm. Probably in 1.14.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
officialrajdeepsingh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prism is the only Lume dependency loaded from
esm.sh
instead ofnpm:
. This makes difficult to install plugins ATM. The reason for usingesm.sh
is it fails onnpm:
on loading languages dynamically (see denoland/deno#15826).I need to make some breaking changes in the plugin to switch to npm. Probably in 1.14.0.