Yocaml_markdownSourceThe recommended plugin for converting Markdown documents. It relies on the use of different packets to ensure different levels of conversion:
val from_string_to_html :
?strict:bool ->
?heading_auto_ids:bool ->
?highlight:(Cmarkit.Doc.t -> Cmarkit.Doc.t) ->
?safe:bool ->
string ->
stringA shortcut to directly convert a Makrdown string into an HTML string.
Allows you to compose directly with Cmarkit documents.
Concrete pipelines.