Report a bug
Found a problem in Akhenaten? Fill out the form below. Use Markdown to format your description — the live preview below shows exactly how it will render on GitHub.
Markdown cheatsheet
Headings
# Heading 1 ## Heading 2 ### Heading 3
Emphasis
**bold** *italic* ~~strikethrough~~
Lists
- bullet - another bullet - nested 1. first 2. second
Task lists
- [x] done - [ ] not done
Inline & fenced code
Use `inline code` like this.
```cpp
int main() {
return 0;
}
```
Links & images
[link text](https://example.com) 
Blockquotes
> A blockquote > spans multiple lines.
Tables
| Column A | Column B | | -------- | -------- | | value 1 | value 2 | | value 3 | value 4 |
Horizontal rule
---
Auto-links
https://github.com/dalerank/Akhenaten Issue refs: #123 Mentions: @username