Mdx 1.6.0
See full changelog
Added
- Add a
--duniverse-modetoocaml-mdx ruleso that the generated rules work within a duniverse - Allow to import arbitrary files (not only .ml/.mli ones) into code blocks using
the
filelabel. (#203, #207, @voodoos) - Allow to set the
--non-deterministicoption through theMDX_RUN_NON_DETERMINISTICenv variables (#208, @NathanReb) - Add support for OCaml 4.10 (#204, @kit-ty-kate)
- Infer syntax kind when
--syntaxis not set, and add 'markdown' as an alias to 'normal' (#222, @gpetiot) - Add
ocaml-mdx depscommand to be used by dune to compute file and dir dependencies of an mdx file. (#217, @voodoos) - Add new delimiters syntax using comments for partial OCaml files include (#212, @voodoos).
Changed
- Do not unset
INSIDE_DUNEwhen executing shell commands by default (#224, @NathanReb)
Fixed
- Fix a bug that could cause
ocaml-mdx testto crash on someincludein toplevel code blocks (#202, @trefis)
Removed
- Remove the
directionoption, only synchronize from .ml to .md files (#214, @gpetiot)