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

Is it possible to prevent collapsing by default? #6

Open
DaveNatalieTripArc opened this issue Dec 5, 2022 · 1 comment
Open

Is it possible to prevent collapsing by default? #6

DaveNatalieTripArc opened this issue Dec 5, 2022 · 1 comment

Comments

@DaveNatalieTripArc
Copy link

Is there a way to leave all nodes expanded on initial load?

@starryknight64
Copy link

I ended up expanding all nodes by doing the following:

$("code").find("details:not([open])").attr("open", "")

If that doesn't suit your fancy, you can just change this bit of code in the prism-js-fold.js file:

        ...(context.lineCount >= 40 ? detailsOpenFragmentInactive : detailsOpenFragmentActive),

to this:

        ...detailsOpenFragmentActive,

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

2 participants