Browse Source

Add a link to Markdown's documentation.

keep-around/c07699e691e583bcfd807183f19aa7b5b3551b8e
Goutte 7 years ago
parent
commit
5fc7acb6b7
  1. 19
      README.md

19
README.md

@ -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]
@ -30,4 +35,12 @@ graph LR
Student((Student)) Student((Student))
Student --> |reads| File Student --> |reads| File
```
```
### Table demo
| A | B | | D | |
|---|---|---|---|---|
| | | | | |
| | | X | | |
| | | X | | _test_ |
Loading…
Cancel
Save