CSSS / old-csss-site

The previous website for Simon Fraser University's CSSS.
http://sfucsss.org/
3 stars 9 forks source link

Fix problems with django-markdown #19

Closed asabaya3 closed 8 years ago

asabaya3 commented 8 years ago

Add images to /static/django_markdown/images Add STATICFILES_DIRS setting Move 'markdown' url up the list - might have been getting passed to cms instead Change tag from safe to markdown. No more html shenanigans

WARNING

This will break current posts that are currently formatted in html, like the Executives page

We discussed before that letting people write in html is potentially unsafe Do we want keep that functionality? i.e. having both markdown and html work side by side?

fosskers commented 8 years ago

No, html can go. It'll just take rewriting the posts we already have.

asabaya3 commented 8 years ago

Try it out first locally before you merge it in just to get a feel for it. If you think it's fine then merge away.

fosskers commented 8 years ago

Confirmed to work. Thanks bud!