Skip to content
New issue

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

[Bug] inline code display wrongly in container syntax #48

Open
Timeless0911 opened this issue Jun 26, 2024 · 1 comment
Open

[Bug] inline code display wrongly in container syntax #48

Timeless0911 opened this issue Jun 26, 2024 · 1 comment

Comments

@Timeless0911
Copy link
Collaborator

Timeless0911 commented Jun 26, 2024

```
:::info
1
2 `3`
:::
```

will display like

image

```
:::info
1

2 `3`
:::
```

will display like

image

```
:::info

1
2 `3`
:::
```

will display like

image

@Timeless0911
Copy link
Collaborator Author

we need to align container syntax in mdx-js with container syntax in mdx-rs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant