You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@asalimian I just tried adding it to my hugo .md post using a shortcodes and it's "mostly" working but it looks like nutshell is putting a large amount of white space above each of the headings. Any advice on what I could be doing wrong or how to fix?
<scriptsrc="https://cdn.jsdelivr.net/gh/ncase/nutshell/nutshell.js"></script><script>Nutshell.setOptions({dontEmbedHeadings: true,// If 'true', removes the "embed this as a nutshell" option on headings});</script>
Using Nutshell can allow the reader to see things at a high-level, but get more information if needed.
Could also be done with
<dialog>
The text was updated successfully, but these errors were encountered: