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

  1. Create expandable explanations
  2. Link to sections on the same page
  3. 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]