Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Markdown


Markdown Support

Below you can see a table of the supported markdown types for HBH.

Markdown Result
*Italic* Italic
# Heading 1

Heading 1

## Heading 2

Heading 2

[HBH](https://hbh.sh) HBH
![HBH Logo](https://hbh.sh/favicon.ico) HBH Logo
> Blockquote
Blockquote

* List
* List
* List

  • List
  • List
  • List

1. One
2. Two
3. Three

  1. One
  2. Two
  3. Three
Horizontal rule:

---
Horizontal rule:
`Inline code` with backticks Inline code with backticks
``` js
var foo = function (bar) {
return bar++;
};

console.log(foo(5));
```
var foo = function (bar) {
                        return bar++;
                        };

                        console.log(foo(5));
                        
- [ ] complete task 1
- [x] complete task 2
- [ ] complete task 3
- [ ] complete task 4
  • complete task 1
  • Complete task 2
  • complete task 3
  • complete task 4
@ghost can you anwser this question ?
@ghost can you anwser this question ?
#14 issue has been fixed
#14 issue has been fixed