diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -493,6 +493,9 @@ pub struct Constructs { /// ^^^^^^^^^^^^^ /// ``` /// + /// > π **Note**: You *must* pass `html_flow: false` to use this, + /// > as itβs preferred when on over `mdx_jsx_flow`. + /// /// > π **Note**: You *can* pass /// > [`mdx_expression_parse`][MdxExpressionParse] in [`ParseOptions`][] /// > too, to parse expressions in JSX according to a certain grammar @@ -507,6 +510,9 @@ pub struct Constructs { /// ^^^^^^^^^^^^^ /// ``` /// + /// > π **Note**: You *must* pass `html_text: false` to use this, + /// > as itβs preferred when on over `mdx_jsx_text`. + /// /// > π **Note**: You *can* pass /// > [`mdx_expression_parse`][MdxExpressionParse] in [`ParseOptions`][] /// > too, to parse expressions in JSX according to a certain grammar |