My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge commit 'c4b0536b94b2d69884e4a2036ff02ca610462f93'

+2 -2
+2 -2
odoc-mermaid-extension/src/mermaid_extension.ml
··· 16 16 *) 17 17 18 18 module Api = Odoc_extension_api 19 - module Block = Odoc_document.Types.Block 20 - module Inline = Odoc_document.Types.Inline 19 + module Block = Api.Block 20 + module Inline = Api.Inline 21 21 22 22 (** Mermaid.js CDN URL *) 23 23 let mermaid_js_url = "https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.min.js"