# 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 ``` mermaid graph LR subgraph Course File[File] end Student((Student)) Student --> |reads| File ``` ### Table demo | A | B | | D | | |---|---|---|---|---| | | | | | | | | | X | | | | | | X | | _test_ |