Skip to content

[Bug]: Container syntax inside lists or other components are not rendered #1513

@i-richardwang

Description

@i-richardwang

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 未能渲染

Image

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐞 bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions