No description
Find a file
2023-04-17 23:08:27 +02:00
.gitignore Initial commit 2023-04-17 23:08:27 +02:00
demo.opam Initial commit 2023-04-17 23:08:27 +02:00
dune Initial commit 2023-04-17 23:08:27 +02:00
dune-project Initial commit 2023-04-17 23:08:27 +02:00
index.mld Initial commit 2023-04-17 23:08:27 +02:00
README.md Initial commit 2023-04-17 23:08:27 +02:00

Mdx 2.3.0 Mld Files Demo

This repository contains a demo showcasing Mdx 2.3.0's support for running code blocks in .mld files.

Get Started

  1. Clone the repository
git clone https://github.com/tmattio/demo-mdx-mld.git
cd demo-mdx-mld
  1. Install dependencies
opam install --deps-only --with-test .
  1. Run the tests to run the code blocks on index.mld
dune test
  1. Accept the change to promote the corrected file to the source tree
dune promote