|
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) |
|
OSQA uses the markdown version supported by the default Django filter system. |