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
在列表内或其他 components 内的 callout 未能渲染

Reproduce link
None
Reproduce Steps
## In Lists
1. Title1
:::tip
This is a tip.
:::
3. Title2
## In Steps
import { Steps } from '@theme';
<Steps>
### Title1
:::tip
This is a tip.
:::
### Title2
</Steps>