Format Text
Headers
# This is an <h1> tag
## This is an <h2> tag
### This is an <h3> tag
Text styles
*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__
Emoji Cheat Sheet
:smile:
:+1:
Lists
Unordered / Ordered
* Item 1 1. Item 1
* Item 2 2. Item 2
* Item 2a 3. Item 3
* Item 2b * Item 3a
* Item 3b
Reference Format
for members: @abf
for issues and pull requests:
#123
abf#123
abf/rosa-build#123
for commits: 123456
Code Examples in Markdown
Syntax highlighting
```javascript
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
```
indent your code 4 spaces
Here is a Python code example
without syntax highlighting:
def foo:
if not bar:
return true
Inline code for comments
I think you should use an
`[addr]` element here instead.
Miscellaneous
Images

Format: 
Links
https://abf.rosalinux.ru
[ABF](https://abf.rosalinux.ru/)
Blockquotes
As Kanye West said:
> We're living the future so
> the present is our past.
New comment