package markdown

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module MarkdownHTMLSource

Sourceval 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
Sourceval par_text_to_html : render_link:(Markdown.href -> Html_types.phrasing Tyxml.Html.elt) -> render_img:(Markdown.img_ref -> Html_types.phrasing Tyxml.Html.elt) -> Markdown.par_text -> Html_types.phrasing Tyxml.Html.elt Tyxml.Html.list_wrap
Sourceval text_to_html : render_link:(Markdown.href -> Html_types.phrasing Tyxml.Html.elt) -> render_img:(Markdown.img_ref -> Html_types.phrasing Tyxml.Html.elt) -> Markdown.text -> Html_types.phrasing Tyxml.Html.elt
Sourceval 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
OCaml

Innovation. Community. Security.