markdown
Replies 6
# Emphasis
**bold**
*italics*
~~strikethrough~~
# Headers
## Medium header
### Small header
#### Tiny header
# Lists
* Generic list item
* Generic list item
* Generic list item
1. Numbered list item
2. Numbered list item
3. Numbered list item
# Links
[Text to display](http://www.example.com)
# Quotes
> This is a quote.
> It can span multiple lines!
# Images
Need to upload an image? Imgur has a great interface.

# Tables
| Column 1 | Column 2 | Column 3 |
| -------- | -------- | -------- |
| John | Doe | Male |
| Mary | Smith | Female |
Or without aligning the columns...
| Column 1 | Column 2 | Column 3 |
| -------- | -------- | -------- |
| John | Doe | Male |
| Mary | Smith | Female |
# Displaying code
`var example = "hello!";`
Or spanning multiple lines...
```
var example = "hello!";
alert(example);
```
**bold**
*italics*
~~strikethrough~~
# Headers
## Medium header
### Small header
#### Tiny header
# Lists
* Generic list item
* Generic list item
* Generic list item
1. Numbered list item
2. Numbered list item
3. Numbered list item
# Links
[Text to display](http://www.example.com)
# Quotes
> This is a quote.
> It can span multiple lines!
# Images
Need to upload an image? Imgur has a great interface.

# Tables
| Column 1 | Column 2 | Column 3 |
| -------- | -------- | -------- |
| John | Doe | Male |
| Mary | Smith | Female |
Or without aligning the columns...
| Column 1 | Column 2 | Column 3 |
| -------- | -------- | -------- |
| John | Doe | Male |
| Mary | Smith | Female |
# Displaying code
`var example = "hello!";`
Or spanning multiple lines...
```
var example = "hello!";
alert(example);
```
Just for up this topic in list threads.
And yes there is a problem with the quote tag, I see what I can do.
And yes there is a problem with the quote tag, I see what I can do.
- Before ask a question, read the documentation.
- 🎉 Featured as #1 product of the day on Product Hunt
- Please like in alternativeto.net 👍🏻
- ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
- <TextField>, my new CMS project designed by a passionate developer, for developers!
- My last project Fast⚡︎CMS, a Flat-File cms.
- I am currently busy 😫.
HTML is part of the Markdown syntax.
There are situations where you don't want HTML code, for example to prevent in content files.
Flatboard filter the cross site scripting via Markdown.
So I is not no other solutions apart from the return of the classic **BBcode**.
There are situations where you don't want HTML code, for example to prevent in content files.
Flatboard filter the cross site scripting via Markdown.
So I is not no other solutions apart from the return of the classic **BBcode**.
- Before ask a question, read the documentation.
- 🎉 Featured as #1 product of the day on Product Hunt
- Please like in alternativeto.net 👍🏻
- ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
- <TextField>, my new CMS project designed by a passionate developer, for developers!
- My last project Fast⚡︎CMS, a Flat-File cms.
- I am currently busy 😫.
Suggested Topics

Gavin
started translation Greek Translatation
Resources

kat@a82479f8
started something to make theming a little easier
Feature Requests

JPRuehmann
started solved : Undefined variable: lastReply
Bug reports


