package yocaml_markdown

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

Source file yocaml_markdown.ml

1
2
3
4
5
6
7
8
open Yocaml

let to_html =
  let open Preface.Fun in
  Build.arrow $ Omd.to_html % Omd.of_string
;;

let content_to_html () = Build.snd to_html