Skip to main content

Create New Document

Use this editor to create new wiki content. In production, this would save directly to GitHub.

Markdown Help
# Heading 1
## Heading 2
### Heading 3

**Bold text**
*Italic text*
`inline code`

- Bullet list
- Item 2
  - Nested item

1. Numbered list
2. Item 2

[Link text](https://url.com)
![Image alt](image-url.jpg)

```javascript
// Code block
const example = true;
```

> Blockquote

| Table | Header |
|-------|--------|
| Cell  | Cell   |
Note: This is a demo editor. To enable actual saving:
  1. Set up GitHub OAuth for authentication
  2. Use GitHub API to create/update files
  3. Trigger Cloudflare Pages rebuild via webhook