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

Pandoc to convert content markup #7

Open mgaitan opened 10 years ago

mgaitan commented 10 years ago

When a page change its markup, not only the file extension should change but (optionally) the content should be converted to the new markup.

Pandoc could do it, at least beetween rst and markdown.

Implement a plugin that capture a signal when change the markup (page_move?) and ask for update the content.