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
#
System: OS: macOS 15.0.1 CPU: (10) arm64 Apple M1 Pro Memory: 213.81 MB / 16.00 GB Shell: 3.2.57 - /bin/bash Browsers: Chrome: 130.0.6723.58 npmPackages: rspress: ^1.34.1 => 1.34.1
Anchor # for titles in overlaps with the sequence number
None
import { Steps } from '@theme'; <Steps> ### Title1 1. node1 2. node2 3. node3 </Steps>
The text was updated successfully, but these errors were encountered:
Seems can not be reproduced in website https://rspress.dev/guide/default-theme/components#steps
Sorry, something went wrong.
Seems can not be reproduced in website rspress.dev/guide/default-theme/components#steps
https://codesandbox.io/p/devbox/ecstatic-curie-nvw927?file=%2Fdocs%2Fhello.mdx%3A6%2C13
This can be reproduced very easily.
Rspress set markdown.mdxRs: true by default and mdx-rs will not add header anchor for headings in components which may be not aligned with mdxjs.
markdown.mdxRs: true
No branches or pull requests
Version
System:
OS: macOS 15.0.1
CPU: (10) arm64 Apple M1 Pro
Memory: 213.81 MB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Browsers:
Chrome: 130.0.6723.58
npmPackages:
rspress: ^1.34.1 => 1.34.1
Details
Anchor
#
for titles in overlaps with the sequence numberReproduce link
None
Reproduce Steps
The text was updated successfully, but these errors were encountered: