@ -1,3 +1,33 @@
# Courses
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