|
|
@ -2,13 +2,18 @@ |
|
|
|
|
|
|
|
|
A flat-file database of courses in multiple languages. |
|
|
A flat-file database of courses in multiple languages. |
|
|
|
|
|
|
|
|
|
|
|
## Documentation |
|
|
|
|
|
|
|
|
|
|
|
- Read the extensive [Markdown documentation](https://docs.gitlab.com/ee/user/markdown.html). |
|
|
|
|
|
|
|
|
|
|
|
----- |
|
|
|
|
|
|
|
|
### Mermaid demo |
|
|
### Mermaid demo |
|
|
|
|
|
|
|
|
You can use graphs in the courses : |
|
|
You can use graphs in the courses : |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```mermaid |
|
|
|
|
|
|
|
|
``` mermaid |
|
|
graph LR |
|
|
graph LR |
|
|
subgraph Course |
|
|
subgraph Course |
|
|
File[File] |
|
|
File[File] |
|
|
@ -21,7 +26,7 @@ You can use graphs in the courses : |
|
|
|
|
|
|
|
|
yields |
|
|
yields |
|
|
|
|
|
|
|
|
```mermaid |
|
|
|
|
|
|
|
|
``` mermaid |
|
|
graph LR |
|
|
graph LR |
|
|
subgraph Course |
|
|
subgraph Course |
|
|
File[File] |
|
|
File[File] |
|
|
@ -31,3 +36,11 @@ graph LR |
|
|
|
|
|
|
|
|
Student --> |reads| File |
|
|
Student --> |reads| File |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
### Table demo |
|
|
|
|
|
|
|
|
|
|
|
| A | B | | D | | |
|
|
|
|
|
|---|---|---|---|---| |
|
|
|
|
|
| | | | | | |
|
|
|
|
|
| | | X | | | |
|
|
|
|
|
| | | X | | _test_ | |