We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cbc56 commit d54d51eCopy full SHA for d54d51e
README.md
@@ -23,10 +23,8 @@ If you want to contribute to the project, please see the
23
You can use MDX with your Markdown or `.mli` documentation, which ensures
24
code in multi-line or verbatim code blocks is correct.
25
26
-To enable MDX, you need to add `(mdx)` stanzas to the right `dune` files. Before
27
-that you must enable MDX for your project by adding the following to
28
-your `dune-project`:
29
-
+To enable MDX on specific files you must first enable it for your project by
+adding the following stanza to your `dune-project`:
30
```
31
(using mdx 0.2)
32
0 commit comments