markdown

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


Quotes


> This is a quote.
> It can span multiple lines!


Images


Need to upload an image? Imgur has a great interface.



Tables






















Column 1Column 2Column 3
JohnDoeMale
MarySmithFemale

Or without aligning the columns...






















Column 1Column 2Column 3
JohnDoeMale
MarySmithFemale

Displaying code


var example = "hello!";


Or spanning multiple lines...


var example = "hello!";
alert(example);

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

 


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


















Title 1Title 2
Item 1Item 2
Item 1Item 2

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!
  • 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&#039;t want HTML code, for example to prevent &lt;script&gt;alert(&#039;hello&#039;)&lt;/script&gt; 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!
  • I am currently busy 😫.