Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loading html via url params from bliss as instructed in docs throws error #34

Open
heaversm opened this issue Aug 18, 2022 · 0 comments

Comments

@heaversm
Copy link

The documents instruct to load desired languages:

<script src="prism-live.js?load=css,html,javascript"></script>

If you do this, vs just saying <script src="prism-live.js"></script>

It attempts to load bliss.shy.min.js, which is not included. So you have to go download that from blissfuljs

Then, bliss.shy.min.js tries to load the languages you want supported from the url params. So it looks for prism-live-css.js which is pdownloadable from the github repo, and then prism-live-html.js which does not exist.

Assuming it wants markup as the param? This does seem to be in the repo (prism-live-markup.js);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant