package mdx

  1. Overview
  2. Docs
Executable code blocks inside markdown files

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mdx-2.6.0.tbz
sha256=38011f9c0d0ba2044fdf8c21c530ac806211e7b730daa52827988e0c7e43763c
sha512=9c5c26abfb5437aa89dff4c2f24c68e788d9d564a0210d5fa0857a259e50c82e0cf642e24c8bbb1f25f6bb04287cdb369f135220172478c7dd02429a5879410b

doc/mdx/Mdx/Ocaml_env/index.html

Module Mdx.Ocaml_envSource

Block environments.

Sourcetype t =
  1. | Default
  2. | User_defined of string
Sourceval pp : t Fmt.t
Sourceval name : t -> string
Sourceval mk : string option -> t
Sourcemodule Set : Set.S with type elt = t