package yocaml_cmarkit
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Yocaml plugin for using Markdown (via Cmarkit package) as a Markup language
Install
dune-project
Dependency
Authors
Maintainers
Sources
yocaml-2.8.0.tbz
sha256=f14c1b2329b5440ba0091faf14709f7394f8274140f5db799ec260ac9caead66
sha512=9ab1f2968fb0cfe69acc7b530a43695938746c8a8489594cb637a212a1b73dbcef08012e3a75eb8fd86cd6cb70932c78f8a4bc64244b793a5b1874ec23f55ca4
doc/README.html
YOCaml
You will find a comprehensive tutorial on how to use YOCaml on the official website.
Dev setup
We suggest creating a local switch to create a sandboxed development environment.
opam update
opam switch create . --deps-only --with-doc --with-test --with-dev-setup -y
eval $(opam env)When the environment is prepared, dune build should build the project.
Useful commands
dune fmtFormat the entire code base according to the profile described in the.ocamlformatfile.dune testRun the tests (for expectation tests, following the command withdune promotewill regenerate the tests that produce outputs)
Website using YOCaml
Here is a list of websites that use YOCaml, along with their repositories. In addition, you will find some basic examples in the example directory.
Website | Source |
|---|---|
Please feel free to add your website to this list!
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page