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.

Your email is included in the issue body so maintainers can reach out. Leave blank to stay anonymous.

Preview
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)
![alt text](https://example.com/img.png)

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