Welcome to HBH V2 ! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.
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 |