🇨🇴 Una base de datos de cursos en diferentes lenguajes.
🇫🇷 Une base de données de cours dans différents langages.
🇳🇴 En database med kurs på forskjellige språk.
🇺🇸 A flat-file database of courses in multiple languages.
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.
|
|
# Courses
A flat-file database of courses in multiple languages.
## Documentation
- Read the extensive [Markdown documentation](https://docs.gitlab.com/ee/user/markdown.html).
-----
### LateX demo
You can use LateX in the courses :
$`E=m\cdotc^2`$
yields $`E=m\cdotc^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
``` mermaidgraph LR subgraph Course File[File] end
Student((Student))
Student --> |reads| File```
### Table demo
| A | B | | D | ||---|---|---|---|---|| | | | | || | | X | | || | | X | | _test_ |
|