# Courses 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 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_ |