Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 293 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 293 Bytes

learning_journal

A lightweight Flask web journal.

  • When logged in, allows both addition and editing of posts
  • Includes markdown formatting and code highlighting
    • These are from the python markdown package and pygments
    • Uses the flask extension and jinja2 filter