v1.0
This commit is contained in:
parent
50a4def2a6
commit
1facfbaed6
@ -25,4 +25,4 @@ pygmentize -S dracula -f html -a .codehilite > styles.css
|
||||
|
||||
## Future features, todo
|
||||
* A squirrel ascii picture somewhere in the page :3
|
||||
* Better syntax coloring and markdown rendering in general
|
||||
* A link "export all in markdown"
|
||||
|
@ -40,7 +40,7 @@ class note:
|
||||
</form>
|
||||
<div class="notetime">Created : {self.rendertime(self.createtime)}
|
||||
<br>Modified : {self.rendertime(self.modtime)}</div><br>
|
||||
<div class="notetext">{markdown.markdown(self.text, extensions=['fenced_code', 'codehilite'])}</div><br>
|
||||
<div class="notetext">{markdown.markdown(self.text, extensions=['fenced_code', 'codehilite', 'nl2br', 'smarty'])}</div><br>
|
||||
"""
|
||||
return Markup(rendered)
|
||||
|
||||
|
BIN
src/notes.pickle
Normal file
BIN
src/notes.pickle
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user