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 |
|  | |
| > Blockquote | Blockquote |
* List |
|
1. One |
|
| Horizontal rule: --- |
Horizontal rule: |
| `Inline code` with backticks | Inline code with backticks |
| ``` js var foo = function (bar) { return bar++; }; console.log(foo(5)); ``` |
|
| - [ ] complete task 1 - [x] 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 |