package quill

  1. Overview
  2. Docs

Source file model.ml

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

let init = { document = Quill_markdown.init }
OCaml

Innovation. Community. Security.