This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
Dependencies for file-include mdx blocks should be computed by dune, using
|
||||
`ocaml-mdx deps`:
|
||||
|
||||
```ocaml file=example.ml
|
||||
let x = 1
|
||||
```
|
||||
|
||||
Same goes for mdx's `dir` labels:
|
||||
|
||||
```sh dir=stuff
|
||||
$ ls
|
||||
blah
|
||||
bleh
|
||||
blih
|
||||
```
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
(mdx
|
||||
(files README.md))
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
(lang dune 2.4)
|
||||
|
||||
(using mdx 0.1)
|
||||
|
|
@ -0,0 +1 @@
|
|||
let x = 1
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
Dune should invoke `ocaml-mdx deps` to figure out the files and directories a markdown
|
||||
or mli to-be-mdxed file depends upon
|
||||
|
||||
$ dune runtest
|
||||
Loading…
Add table
Add a link
Reference in a new issue