diff --git a/README.md b/README.md index 9e4077a..025ab4c 100644 --- a/README.md +++ b/README.md @@ -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