We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A lineblock specified like the following reads in just fine:
| {#something .cr-poem cr-id="mylimerick" myattr="true"} | The limerick packs [laughs anatomical]{#cr-laughs} | In space that is quite economical.
However this one,
| {cr-id="mylimerick"} | The limerick packs [laughs anatomical]{#cr-laughs} | In space that is quite economical.
Throws an error in the console: TypeError: Cannot read properties of undefined (reading 'classList') that occurs here.
TypeError: Cannot read properties of undefined (reading 'classList')
focusedSticky.classList.add("cr-active");
Check the Lua script - may need to add an empty classlist to line blocks.
The text was updated successfully, but these errors were encountered:
andrewpbray
No branches or pull requests
A lineblock specified like the following reads in just fine:
However this one,
Throws an error in the console:
TypeError: Cannot read properties of undefined (reading 'classList')
that occurs here.Check the Lua script - may need to add an empty classlist to line blocks.
The text was updated successfully, but these errors were encountered: