]> git.p6c8.net - pcdenotes.git/commit
Changed way of generating HTML
authorPatrick Canterino <patrick@patrick-canterino.de>
Sun, 13 Feb 2022 10:23:20 +0000 (11:23 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sun, 13 Feb 2022 10:26:21 +0000 (11:26 +0100)
commit69d7df229ddc5c993178928ad91f3273080da42c
tree5803bebaa0fa0460dbbefd7d17fcf7d08f979a6f
parentc72b86bdd8c5a7b826a5b02cfbc1928c8bd8d509
Changed way of generating HTML

-  Use python-markdown directly without django-markdownify
- Don't use linebreaksbr template filter
- Linebreaks are now created using <p> and so on
- blockquotes work now (they didn't work because of linebreaksbr)
notes/templates/note.html
notes/templates/note_detail.html
notes/templatetags/__init__.py [new file with mode: 0644]
notes/templatetags/notes_extras.py [new file with mode: 0644]
pcdenotes/settings.py
requirements.txt

patrick-canterino.de