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:
parent
012c62dd09
commit
805e422eba
6 changed files with 44 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue