Render the p-note as Markdown - this is mostly useful because it means other h-card fields can be defined inside it

This commit is contained in:
Danielle McLean 2017-10-15 01:00:12 +11:00
parent 012c62dd09
commit 805e422eba
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
6 changed files with 44 additions and 3 deletions

View file

@ -4,7 +4,7 @@ User
fullName Text maxlen=500
email Text maxlen=190
avatar Text maxlen=190
note Text sqltype=mediumtext
note Markdown sqltype=mediumtext
UniqueUser username
UniqueEmail email
deriving Typeable