{% extends "base.html" %} {% block title %}{% if is_new %}Create{% else %}Edit{% endif %} {{ title }} — Wiki{% endblock %} {% block content %} {% include "wiki/_layout.html" %}
Click the Preview tab to render.
# Heading 1
## Heading 2
**bold**
*italic*
`code`
code
- item
1. item
> quote
[text](url)

---
[[Getting Started]]
[[home|click here]]
[[Sysop Guide#Doors]]
```python def hello(): print("hi") ```
Use ``` on its own line to start and end a fenced code block. Add a language name for syntax-coloured highlighting.
```