Skip to content

v1.6.1

Compare
Choose a tag to compare
@c0repwn3r c0repwn3r released this 11 May 15:59
· 121 commits to main since this release

Happy Saturday!

Hayya v1.6.1

Nice and simple update, adds just one thing.

New Features

All Markdown features are now supported. You can use the following syntax to add rich text to your comments on various things:

# Big Heading
## Smaller Heading
### Even Smaller Heading
#### Smallest Heading
**Bold Text**
*Italic Text*
> A quote
- Bulleted
- lists!
1. Numbered
2. lists!

this is a horizontal rule:

---

like that! you need blank lines surrounding it though

[Link Text](https://linkdestination.com)

| CID | Rating |
|-----|--------|
| 123 | S1 |
| 456 | S2 |

^^ Tables too!

`code block`

~~Strikethrough~~

Bugs Fixed

None for this update!

What's Changed

Full Changelog: v1.6.0...v1.6.1