https://github.com/discourse/discourse-mermaid-theme-component
https://github.com/discourse/discourse-mermaid-theme-component
discourse-theme-component
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/discourse/discourse-mermaid-theme-component
- Owner: discourse
- License: mit
- Created: 2022-01-25T10:35:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T15:54:33.000Z (9 months ago)
- Last Synced: 2024-08-20T18:12:29.265Z (9 months ago)
- Topics: discourse-theme-component
- Language: JavaScript
- Homepage:
- Size: 2.13 MB
- Stars: 3
- Watchers: 19
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discourse-mermaid-theme
````
```mermaid height=500
gantt
title A Gantt Diagram
dateFormat YYYY-MM-DD
section Section
A task :a1, 2019-01-01, 30d
Another task :after a1 , 20d
section Another
Task in sec :2019-01-12 , 12d
another task : 24d
```
````