eecs485staff / primer-spec

A Jekyll theme for sites with content-heavy pages
https://eecs485staff.github.io/primer-spec/
MIT License
22 stars 12 forks source link

Support Mermaid for Diagramming #152

Closed seshrs closed 2 years ago

seshrs commented 2 years ago

GitHub now supports embedding Mermaid diagrams. (Source)

Primer Spec should support them too! (The integration doesn't look too complex 😄 )

Here's an example Mermaid diagram:

  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
seshrs commented 2 years ago

Ha, looks like GitHub doesn't change the diagram colors in dark mode. I think Primer Spec can do better than that! 😉

Edit: They do change colors in dark mode, but it seems buggy/laggy.