mgaitan / waliki

A wiki engine powered by Django and Git
http://waliki.pythonanywhere.com
BSD 3-Clause "New" or "Revised" License
309 stars 56 forks source link

Fix build with Markups 0.6. #63

Closed loganchien closed 9 years ago

loganchien commented 9 years ago

The code was using internal API, thus cause the breakage after Markups 0.6.0 has been released.

This CL fixes the problem by using Markdown.set_output_format() and Markdown.registerExtensions() from the markdown module.

This CL also fixes a bug to initialize the super class properly.

coveralls commented 9 years ago

Coverage Status

Changes Unknown when pulling 277efe419a3d43703b957deddd3695bee8604c65 on loganchien:fix-markups into \ on mgaitan:master**.

coveralls commented 9 years ago

Coverage Status

Changes Unknown when pulling 277efe419a3d43703b957deddd3695bee8604c65 on loganchien:fix-markups into \ on mgaitan:master**.