We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to copy a command, the double dashes -- get merged into a single dash -.
--
-
Command Block :
When I copy the command :
https://react.dev/learn/building-a-react-framework#step-1-install-a-build-tool
The command is correctly written in the markdown file :
Note that the issue seems to be with how MDX gets processed and not the <TerminalBlock> component directly.
<TerminalBlock>
Found this bug while fixing the issue #7614 with the PR #7615 (wrong Vite command)
The text was updated successfully, but these errors were encountered:
Fixed by #7624
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary
When I try to copy a command, the double dashes
--
get merged into a single dash-
.Command Block :
When I copy the command :
Page
https://react.dev/learn/building-a-react-framework#step-1-install-a-build-tool
Details
The command is correctly written in the markdown file :

Note that the issue seems to be with how MDX gets processed and not the
<TerminalBlock>
component directly.Found this bug while fixing the issue #7614 with the PR #7615 (wrong Vite command)
The text was updated successfully, but these errors were encountered: