Welcome to PoshTech Forum.
Use this simple format guide to make your posts clean, organized, and easy to read using Markdown. Flarum supports Markdown by default.
What is Markdown?
Markdown is a lightweight markup language you can use to add formatting elements to plain text.
It helps make your posts clear, readable, and properly structured without needing any complex tools.
Basic Formatting
Bold Text
**Your text here**
Italic Text
*Your text here*
Strikethrough
~~Your text here~~
Quoted Text
> This is a quote
Inline Code
`your code here`
Code Blocks
Use three backticks (```) before and after your code.
Example:
```
console.log("Hello World");
```
With language highlighting:
```js
console.log("Hello World");
```
Headings
Use #
before your text.
More #
means a smaller heading.
# Heading 1
## Heading 2
### Heading 3
Lists
Unordered List:
- Item 1
- Item 2
- Item 3
Ordered List:
1. First item
2. Second item
3. Third item
Links
[Link Text](https://example.com)
Example:
Visit Google
Images

Example:

Horizontal Line
To insert a horizontal line:
---
Notes
- Always preview your post before submitting.
- Keep posts clean, readable, and properly formatted.
- Select the correct tag when creating a post.
Final Reminder
Follow these guidelines to keep the PoshTech forum organized, clean, and easy for everyone to browse.