Browse Source

Add a demo of mermaid to the README.

keep-around/3a2a3296e08669be3760a34c5d918f1c37ed505b
Goutte 7 years ago
parent
commit
3a2a3296e0
  1. 32
      README.md

32
README.md

@ -1,3 +1,33 @@
# Courses
A flat-file database of courses in multiple languages.
A flat-file database of courses in multiple languages.
### Mermaid demo
You can use graphs in the courses :
```mermaid
graph LR
subgraph Course
File[File]
end
Student((Student))
Student --> |reads| File
```
yields
```mermaid
graph LR
subgraph Course
File[File]
end
Student((Student))
Student --> |reads| File
```
Loading…
Cancel
Save