Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
m3p2-courses
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
M3P2
m3p2-courses
Commits
5fc7acb6
Commit
5fc7acb6
authored
Mar 16, 2019
by
Goutte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a link to Markdown's documentation.
parent
a9672c46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
3 deletions
+16
-3
README.md
README.md
+16
-3
No files found.
README.md
View file @
5fc7acb6
...
@@ -2,13 +2,18 @@
...
@@ -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 :
...
@@ -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
...
@@ -30,4 +35,12 @@ graph LR
Student((Student))
Student((Student))
Student --> |reads| File
Student --> |reads| File
```
```
\ No newline at end of file
### Table demo
| A | B | | D | |
|---|---|---|---|---|
| | | | | |
| | | X | | |
| | | X | | _test_ |
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment