Update 'README.md'

This commit is contained in:
lolo 2022-02-26 14:24:28 +00:00
parent db9d065b21
commit cd3dc439f7
1 changed files with 25 additions and 0 deletions

View File

@ -15,8 +15,33 @@ To ensure that we keep a common documentation structure, openings of project fol
markdown files a form of documentation, which allows further export to pdf
##### examples
Heading
# H1
## H2
### H3
Bold **bold text**
Italic *italicized text*
Blockquote > blockquote
Ordered List
1. First item
2. Second item
3. Third item
Unordered List - First item
- Second item
- Third item
[the markdown guide](https://www.markdownguide.org/)
[cheat sheet](https://www.markdownguide.org/cheat-sheet/)
#### project ReadMe.md
examples
Link [title](https://www.example.com)
Image ![alt text](image.jpg)
this file includes all summirized information and links to further documents
## project overview