Skip to content

Latest commit

 

History

History
113 lines (78 loc) · 1.28 KB

index.md

File metadata and controls

113 lines (78 loc) · 1.28 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;
```sql
SELECT * FROM account_names WHERE id = 254;
```

Tasks

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

Picture

alt text example

![alt text example](/Wiki/images/logon_icon_s.jpg "Code Tag example")