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.
|
|
7 years ago | |
|---|---|---|
| fr | 7 years ago | |
| README.md | 7 years ago | |
| SPECIFICATIONS.md | 7 years ago | |
README.md
Courses
A flat-file database of courses in multiple languages.
Documentation
- Read the extensive Markdown documentation.
LateX demo
You can use LateX in the courses :
$`E = m \cdot c^2`$
yields $E = m \cdot c^2$
You can omit the backticks (`) but the preview in gitlab won't work.
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
Table demo
| A | B | D | ||
|---|---|---|---|---|
| X | ||||
| X | test |