Skip to content

Latest commit

 

History

History
101 lines (69 loc) · 1.11 KB

index.md

File metadata and controls

101 lines (69 loc) · 1.11 KB
layout
default

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

Link to Tables

Bold Text

stroke this

[Link to Tables](#Tables)

***Bold Text***

<del>stroke this</del>

Special text

Error {: .error }

Warning {: .warning }

Info {: .info }

Success {: .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;

alt text

Tasks

  • checked task
  • unchecked task
- [x] checked task
- [ ] unchecked task