Skip to content

Instantly share code, notes, and snippets.

@bernardoadc
Last active December 28, 2020 19:26
Show Gist options
  • Save bernardoadc/b3b9465b8073e6bee43f7de11ba4d64f to your computer and use it in GitHub Desktop.
Save bernardoadc/b3b9465b8073e6bee43f7de11ba4d64f to your computer and use it in GitHub Desktop.
Esquemas
- name: Compile Mermaid Markdown
uses: neenjaw/compile-mermaid-markdown-action@0.2.4

Formas de usar diagramas

Diagrams Files
(.flowchart, .sequence, ...)
Mermaid Files
(.mmd)
Markdown Files
(.md)
Preview (VsCode) ? Extension: Mermaid Preview Extension: Markdown Preview Mermaid Support
Sublime Text ? Package Control: sublime-mermaid (native)
Generate file
(.svg, .png, .pdf)
npm: diagrams npm: mermaid-cli
Extension: Mermaid Export
Extension: Markdown PDF
Github - - GitHub Action
Custom Webpage <img>
inline svg
<img>
inline svg
lib + div.mermaid
?

Pontos a considerar

graph TD


C["Editor Preview"]
F["Generated files"]

P[Projects]
B[Boilerplate Repo]
C & F --> P --> B

U[Free/Universal]
C --> U
Loading
<style> th:nth-child(4), tr:nth-child(2) td:nth-child(1), tr:nth-child(1) td:nth-child(1) { background-color: #cfc; } tr:nth-child(1) td:nth-child(4), tr:nth-child(4) td:nth-child(4) { background-color: #ff0; } </style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment