markdown
identicon
hello#67a44
DISCUSSION OF ORIGIN

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

markdown

Hi,

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

Example:

> test quote
DISCUSSION OF ORIGIN
identicon
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);
```
identicon
7a61a

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

 
identicon
passazhir#09205

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

| Title 1 | Title 2 |
|----------|-----------|
| Item 1 | Item 2 |
| Item 1 | Item 2 |
identicon
866d6

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

 
Fred_f8768
Fred#f8768

Administrator

Fred_f8768

See their activity.

Fred#f8768 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.
Fred_f8768
Fred#f8768

Administrator

Fred_f8768

See their activity.

Fred#f8768 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 <script>alert('hello')</script> 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**.
Suggested Topics View / Reply Forum
Fred#3c4613 started New Flatboard UI 2.7K / 8 Open Bar
TheDragonRing#ea413 started Main Page Setup Change? 955 / 1 General Questions
Michael started translation Deutsche Übersetzung 2.5K / 10 Resources
AlexanderLiebrecht started plugin How to embed a Dailymotion Video in Flatboard Posts 1.4K / 2 General Questions
Top