linol/thirdparty/lsp/ocaml-lsp-server/src/doc_to_md.mli

5 lines
79 B
OCaml

type t =
| Raw of string
| Markdown of string
val translate : string -> t