`
+
+### Blockquote
+
+> The advance of technology is based on making it fit in so that you don't really even notice it,
+> so it's part of everyday life.
+>
+> - Bill Gates
+
+```markdown
+> The advance of technology is based on making it fit in so that you don't really even notice it,
+> so it's part of everyday life.
+>
+> - Bill Gates
+```
+
+### Unordered List
+
+* list item 1
+* list item 2
+ * list item 2.1
+ * list item 2.2
+ * list item 2.3
+* list item 3
+
+```markdown
+* list item 1
+* list item 2
+ * list item 2.1
+ * list item 2.2
+ * list item 2.3
+* list item 3
+```
+
+### Ordered List
+
+1. list item 1
+1. list item 2
+ 1. list item 2.1
+ 1. list item 2.2
+ 1. list item 2.3
+1. list item 3
+
+```markdown
+1. list item 1
+1. list item 2
+ 1. list item 2.1
+ 1. list item 2.2
+ 1. list item 2.3
+1. list item 3
+```
+
+### Table
+
+| Name | Genre | Release date |
+| :-------------------------- | :---------------------------: | -------------------: |
+| The Shawshank Redemption | Crime, Drama | 14 October 1994 |
+| The Godfather | Crime, Drama | 24 March 1972 |
+| Schindler's List | Biography, Drama, History | 4 February 1994 |
+| Se7en | Crime, Drama, Mystery | 22 September 1995 |
+
+```markdown
+| Name | Genre | Release date |
+| :-------------------------- | :---------------------------: | -------------------: |
+| The Shawshank Redemption | Crime, Drama | 14 October 1994 |
+| The Godfather | Crime, Drama | 24 March 1972 |
+| Schindler's List | Biography, Drama, History | 4 February 1994 |
+| Se7en | Crime, Drama, Mystery | 22 September 1995 |
+```
+
+### Notices
+
+The notices styles are actually provided by the `markdown-notices` plugin but are useful enough to include here:
+
+! This is a warning notification
+
+!! This is a error notification
+
+!!! This is a default notification
+
+!!!! This is a success notification
+
+```markdown
+! This is a warning notification
+
+!! This is a error notification
+
+!!! This is a default notification
+
+!!!! This is a success notification
+```
+
diff --git a/readme.md b/readme.md
index b4ca88d..313dee7 100644
--- a/readme.md
+++ b/readme.md
@@ -18,8 +18,12 @@ Warte auf die Anpassung des Vertretungsplanes.
### Downloads:
-- [MacOS](https://git.itsblue.de/dorian/fanny-app/raw/master/release/mac%20OS/fannyapp.dmg)
-- [Windows](https://git.itsblue.de/dorian/fanny-app/raw/master/release/windows/fannyapp-setup.exe)
+
- Mac OS
+- Windows
+
+
+Verantwortlicher Entwickler: Dorian Zedler
+Credits:
-Verantwortlicher Entwickler: Dorian Zedler
\ No newline at end of file
+
\ No newline at end of file