index
:
blossom
main
blos.sm source code
cel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
posts
/
note.rs
blob: d7fa6c9f3a003e70fe4806e00234652dc81d1b35 (
plain
) (
blame
)
1
2
3
4
5
6
7
enum
TextFormat
{
Markdown
,
Plaintext
,
Html
,
}
struct
Note
{}