Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/griggsca91/testmermaid
https://github.com/griggsca91/testmermaid
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/griggsca91/testmermaid
- Owner: griggsca91
- Created: 2023-06-29T15:06:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-29T15:07:36.000Z (over 1 year ago)
- Last Synced: 2023-08-05T22:22:48.715Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testmermaid
```mermaid
flowchart TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
```