This file is just a greeting file to access the library head over here.
To be able to edit content in the library you have to have a github.com account and be a member of this repository. Just ping someone asking to be included.
The wiki uses markdown language, a simple language created to make text editing easy. You will recognize lots of the modifiers on this language are all around the web, like on whatsapp, or facebook. Here's a quick cheatsheet:
Heading
# H1 (BIG JUICY LETTERS)
## H2 (Medium titles)
### H3 (Small titles)
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
Code
`code`
Horizontal Rule
---
Link
[Markdown Guide](https://www.markdownguide.org)
Image
![alt text](https://www.markdownguide.org/assets/images/tux.png)
Table
| Syntax | Description |
| --------- | ----------- |
| Header | Title |
| Paragraph | Text |