Let’s just see if we can get to this page.
GitHub icon goes here: Nostr icon goes here: Gitea icon goes here:
github.
nostr
gitea
Sample Mermaid diagram #
Looks like I can EITHER
- have Obsidian show me the diagram if I use the backticks approach, BUT then it doesn’t show on the blog, OR
- have it show on the blog, BUT not show up in Obsidian
Gotta see about adding Mermaid support to the backticks in Hugo.
graph TD A[Christmas] -->|Get money| B(Go shopping) B --> C{Let me think} B --> G[/Another/] C ==>|One| D[Laptop] C -->|Two| E[iPhone] C -->|Three| F[Car] subgraph Section C D E F G end