Source file model.ml

1
2
3
type t = { document : Quill_markdown.document }

let init = { document = Quill_markdown.init }