markdown

hello#67a44
markdown
hello#67a44 Tuesday 12th January 2016, 18:53:14

Hi,

Markdown does not work correctly. Does not reflect in posts.

Example:

> test quote

Replies 6
58bef
58bef  Tuesday 12th January 2016, 22:25:20

# 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.

![](http://www.example.com/image.jpg)

# 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);
```

7a61a
7a61a  Tuesday 12th January 2016, 22:44:48

 

passazhir#09205
passazhir#09205  Wednesday 13th January 2016, 20:42:14

| Title 1 | Title 2 |
|----------|-----------|
| Item 1 | Item 2 |
| Item 1 | Item 2 |

866d6
866d6  Monday 18th January 2016, 07:47:05

 

Fred
Fred  Monday 18th January 2016, 10:13:15

Just for up this topic in list threads.
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 😫.

Fred
Fred  Friday 29th January 2016, 13:25:28

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**.
  • 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
cookie
21.6K 0
tngweb
tngweb@a94425f3 started Footer Issues
Bug reports
43.7K 4
alba
alba@e023b76c started Merci !
International Discussions
56K 2
Want to read more? Browse all categories or view latest topics.