Skip to content
  • Corentin Bettiol's avatar
    MAINT: use ParseDown to render markdown in blog posts & projects · 544e8973
    Corentin Bettiol authored
    The previous editor was a simple div that had contentEditable set to True and some small js code to create titles, images, center things....
    
    It was too hard to type using this badly-created half-finished wysiwyg editor, so I switched to ParseDown.
    
    Previous posts will render correctly since html code is saved with content in database, and new posts will only save markdown content, and will render to html only in views.
    
    Less clicks, more typing, yay!
    544e8973