Loading...
Getting Started
Updated 11 months ago by Admin
Created 11 months ago by Admin
Note: This is a public demonstration instance of NextWiki. Content may be reset periodically.
Welcome to NextWiki! This guide will help you get started with navigating and using the platform.
To create a new page:
NextWiki uses Markdown for formatting content. Here are some basics:
def greet(name):
print(f"Hello, {name}!")
greet('World');
Unordered List:
Ordered List:
This is a blockquote. It's useful for quoting text from another source.
Use three or more hyphens, asterisks, or underscores:
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Align L | Center | Align R |
| Cell 1 | Cell 2 | Cell 3 |
| Cell 4 | Cell 5 | Cell 6 |
Tip: Markdown is versatile! You can create lists, links, code blocks, and more to structure your content effectively.
Explore the "Features" section for more advanced examples!