package markdown

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val elm_to_html : render_pre: (kind:string -> string -> [< Html_types.li_content_fun Blockquote H1 H2 H3 H4 H5 H6 Ol P Pre Ul ] as 'a Tyxml.Html.elt) -> render_link:(Markdown.href -> Html_types.phrasing Tyxml.Html.elt) -> render_img:(Markdown.img_ref -> Html_types.phrasing Tyxml.Html.elt) -> Markdown.paragraph -> 'a Tyxml.Html.elt
val to_html : render_pre: (kind:string -> string -> [< Html_types.li_content_fun Blockquote H1 H2 H3 H4 H5 H6 Ol P Pre Ul ] as 'a Tyxml.Html.elt) -> render_link:(Markdown.href -> Html_types.phrasing Tyxml.Html.elt) -> render_img:(Markdown.img_ref -> Html_types.phrasing Tyxml.Html.elt) -> Markdown.paragraph list -> 'a Tyxml.Html.elt list