Welcome to AscEmu Wiki
We moved our complete Wiki to github pages. Feel free to create issues, open pullrequest and discuss with us this wiki on github.
Wiki pages and types (Markdown)
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
Formatting
Bold Text
stroke this
[Link to Tables](#Tables)
***Bold Text***
<del>stroke this</del>
Special text
Error
Warning
Info
Success
Error
{: .error }
Warning
{: .warning }
Info
{: .info }
Success
{: .success }
Tables
Header 1 | Header 2 |
---|---|
Cell 1 | Cell 2 |
Header 1 | Header 2
---------- | ----------
Cell 1 | Cell 2
Code highlighting
SELECT * FROM account_names WHERE id = 254;
```sql SELECT * FROM account_names WHERE id = 254; ```
Tasks
- checked task
- unchecked task
- [x] checked task
- [ ] unchecked task
Picture
![alt text example](/Wiki/images/logon_icon_s.jpg "Code Tag example")