nutshell icon indicating copy to clipboard operation
nutshell copied to clipboard

Make expandable explanations!

Results 9 nutshell issues
Sort by recently updated
recently updated
newest added

I tried to include nutshell using the script tag, but inside it, even after changing the options, they don't reflect in the webpage. ```html Nutshell.setOptions({ startOnLoad: true, // Start Nutshell...

If nutshell processes on untrusted (but sanitized) content, there are some XSS vulnerabilities: e.g. ```html :test<img src=x onerror=alert(1)> ``` gets transformed to ```html test ``` there's also xss with untrusted...

Hi, I haven't seen this previously: the display of URL-related information in the Red Box in the screenshot below: Is that something new ? Will it display like this in...

I'm thinking specifically of definition lists, i.e. ``s and their associated ``s. Using Nutshell to refer to definitions of terms that are presented in a semantically correct way seems very...

Two options. Either add a recursion limit or something to prevent users from spamming the recurse option, OR fix the following bug: If you recurse too much such that the...

A link generator to share nutshells? I feel like this is a basic feature. My blog's HTML doesn't really support Nutshell and IDK why. Not every person has their own...

This looks great! Thank you for open-sourcing it. I'm looking forward to using it. In the use-case I have in mind, we'd use it to enrich our internal and project...

Big thanks for creating Nutshell. I really ❤️ love your projects! Please check out my fan message: https://youtu.be/LLFhKaqnWwk

Like this: ![image](https://github.com/user-attachments/assets/4fb88039-94c4-4950-831f-e62e29c21cbb) What I did? - Added a request to wikipedia parse API to parse sections of the given page, and look at the section ID given in the...