You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
382 B
382 B
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
graph LR
subgraph Course
File[File]
end
Student((Student))
Student --> |reads| File