Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/docusaurus-mdx-loader/src/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const {
const pragma = `
/* @jsxRuntime classic */
/* @jsx mdx */
/* @jsxFrag mdx.Fragment */
/* @jsxFrag React.Fragment */
`;

const DEFAULT_OPTIONS: MDXOptions = {
Expand Down
6 changes: 6 additions & 0 deletions website/_dogfooding/_pages tests/markdownPageTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,9 @@ Code tag + double pipe: <code>||</code>
Details without a summary

</details>

This is a fragment:

<>Hello</>

It should work :)