Testing Nutshell and Mermaid js
Using Nutshell isn’t just about adding scripts.
It’s about making explanations expandable so readers can dive deeper when they want.
:What is Nutshell?
Main Features
- Create expandable explanations
- Link to sections on the same page
- Embed content from other pages
:More on Linking
Here’s a simple flowchart made with Mermaid:
graph TD A[Write blog post] --> B[Commit to GitHub] B --> C[Netlify builds Hugo site] C --> D[Mermaid renders diagrams]