package omd
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A Markdown frontend in pure OCaml.
Install
dune-project
Dependency
Authors
Maintainers
Sources
omd-1.3.1.tar.gz
sha256=8aef085a98c38a20483f953f7ba5fe15d712290b095624af3d7999d4ef7fede9
md5=845fc38e86ec0e85721130f2dd044d00
Description
This Markdown library is implemented using only pure OCaml (including
I/O operations provided by the standard OCaml compiler distribution).
OMD is meant to be as faithful as possible to the original Markdown.
Additionally, OMD implements a few Github markdown features, an
extension mechanism, and some other features. Note that the opam
package installs both the OMD library and the command line tool omd.
Dependencies (5)
-
ocamlfind
build & >= "1.5" -
ocamlbuild
build - base-bytes
- base-bigarray
-
ocaml
>= "4.01" & < "5.0.0"
Dev Dependencies
None
Used by (18)
-
builder-web
< "0.2.0" -
camyll
< "0.2.0" - cow
- cowabloga
- finch
-
jekyll-format
< "0.3.3" - learn-ocaml
- learn-ocaml-client
-
malfunction
< "0.5" - monorobot
-
ocaml-lsp-server
= "1.10.5" - ocp_reveal
-
sail
< "0.15" - sail_doc_backend
- sail_latex_backend
-
stog
>= "0.17.0" & < "0.19.0" -
stone
< "0.6" -
yocaml_markdown
< "2.4.1"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page