Initial commit
This commit is contained in:
commit
4c1925d3c4
19 changed files with 8709 additions and 0 deletions
3
src/cours/SUMMARY.md
Normal file
3
src/cours/SUMMARY.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Summary
|
||||
|
||||
- [Chapter 1](./chapter_1.md)
|
||||
12
src/cours/chapter_1.md
Normal file
12
src/cours/chapter_1.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Chapter 1
|
||||
```admonish warning
|
||||
A beautifully styled message.
|
||||
```
|
||||
|
||||
```mermaid
|
||||
graph TD;
|
||||
A-->B;
|
||||
A-->C;
|
||||
B-->D;
|
||||
C-->D;
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue