Why does OSQA use markdown and not markdown2?

I think I remember it used to use markdown2. Why did it switch to markdown?

"The problem is with python-markdown not closely following the original perl spec. It implements the escape character on everything, instead of just a few specific chars." (Arlo)

asked 15 Jul '10, 10:15

Joseph's gravatar image

Joseph
1.6k387172
accept rate: 36%


OSQA uses the markdown version supported by the default Django filter system.

link

answered 15 Jul '10, 10:19

rickross's gravatar image

rickross ♦♦
12.5k2914972
accept rate: 46%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×29
×25

Asked: 15 Jul '10, 10:15

Seen: 978 times

Last updated: 15 Jul '10, 10:19

powered by OSQA