## Welcome to your wiki!
Your Otter Wiki is up and running. To login, click [here](/-/login)!
This is your [[Home]] Page, the first page you see when you access your
wiki.
The first steps you might want to do:
1. [Register an account](/-/register). The very first account is an
admin account which is able to configure the wiki.
2. Check the [configuration](/-/admin#application_preferences) of your wiki.
You can change its name, configure the permissions necessary to
view and edit pages or upload attachments.
3. If you require users to confirm their email address (recommended),
make sure that you will configure and test your [Email Preferences](/-/admin#mail_preferences).
4. [Edit your Home](/Home/edit)! Do not like the change? Visit the
page [history](/Home/history) and revert any change ever made.
5. You can [attach](/Home/attachments) images and other files to any page
and then display them and link to them inside the page.
6. [Create new pages](/-/create)! If you need help with the Markdown syntax,
check out the [Markdown guide](/-/help/syntax).
7. Read the [user guide](/-/help) and learn about An Otter Wikis features.
We hope that An Otter Wiki is just what you are looking for.
If you have any suggestions, feature requests or run into any
issues, please reach out and report them
via [github](https://github.com/redimp/otterwiki/issues).
**bold** *italics* ~~strikethrough~~ ==mark==
\*literal asterisks\*
# h1 - Large header
## h2 - Medium header
### h3 - Small header
#### h4 - Tiny header
- Generic list item - Generic list item - Generic list item
1. Numbered list item 2. Numbered list item 3. Numbered list item
[[WikiPage]]
[[Text to display|WikiPage]]
http://www.example.com
[Link with text](http://example.com)
> This is a quote. > It can span multiple lines! >> And multiple levels. >> *With markdown syntax.*
This is a quote. It can span multiple lines! And multiple levels. With markdown syntax.
This is a quote. It can span multiple lines!
And multiple levels. With markdown syntax.
You can copy n paste images directly into the editor, they will be uploaded as attachments.

Check the attachments of a page, there are links for copy'n'paste.
| Column 1 | Column 2 | Column 3 | | -------- | -------- | -------- | | John | Doe | Peach | | Mary | Smith | Banana |
Inline code `int n = 1` with backticks.
int n = 1
``` Code Blocks ```
Code Blocks
```python #!/usr/bin/env python assert 1 + 1 == 2 print("Hello World!")```
#!/usr/bin/env python assert 1 + 1 == 2 print("Hello World!")
Inline math: `$a^2+b^2=c^2$`
Math block: ```math a^2+b^2=c^2 ```
Inline Math: $a^2+b^2=c^2$
Equation: $$a^2+b^2=c^2$$
Footnote identifiers[^1] are single characters or words[^bignote]. And can be referenced multiple[^1] times. [^1]: Footnotes can be a single line. [^bignote]: Or more complex. Indent paragraphs to include them in the footnote. Add as many paragraphs as you like.
Or more complex.
Indent paragraphs to include them in the footnote.
Add as many paragraphs as you like.
::: info # Head of the block. With _formatted_ content. :::
>! Spoiler blocks reveal their >! content on click on the icon.
>| # Headline is used as summary >| with the details folded.
with the details folded.
> [!NOTE] > Useful for highlighting special > information.
Useful for highlighting special information.
[!NOTE]
[!TIP]
[!IMPORTANT]
[!WARNING]
[!CAUTION]
```mermaid flowchart LR A[An Otter Wiki]-- supports ---Mermaid ```
Additional media can be added via the 'Attachments' of this page, or, you can drag and drop a file into the web editor and it will be uploaded and embedded when the page is saved.