Commit 3a2a3296 authored by Goutte's avatar Goutte

Add a demo of mermaid to the README.

parent f3106a32
# Courses
A flat-file database of courses in multiple languages.
\ No newline at end of file
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
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment