---
name: Bug report
about: If you want to report a bug, please use this Issue template
labels: 'Bug/代码问题'
assignees: ''
---
> Please fill in the following information carefully, otherwise your Issue will be closed directly

> Make sure you've read the [Hexo documentation](https://hexo.io/), [Configuration section of README.md](https://github.com/Yuameshi/hexo-theme-mdx#configuration), searched the internet for your issue and couldn't solve it, and [GitHub issues](https://github.com/Yuameshi/hexo-theme-mdx/issues) to see if your issue has been resolved It has been raised by others and you are quite sure that this issue is caused by MDx.

# Bug description
Briefly and clearly describe the bug you encountered.

# Environment information
Please fill in the following information in order.

- Node.js version
> Use `node -v` to view
- Package manager version
> See your package manager instructions, e.g. `npm -v` for npm
- Hexo version
> View with `hexo version`
- Profile
> If you don't mind, please attach your site configuration file (`./config.yml`) and theme configuration file (`./_config.mdx.yml` or `./_themes' /mdx/_config.yml`)
- System Information
> Such as `Windows 10.0.22200`/`KUbuntu 22.04LTS K5.15`/`macOS 10.13.6`, **DON'T provide the kernel version only while you are using Linux**
- User-Agent
> Use `navigator.userAgent` to view or visit [here](https://www.runoob.com/try/try.php?filename=try_nav_useragent) to view

# Reproduce
List the steps to reproduce this bug, such as:

1. Access '...'
2. Click on '...'
3. Scroll down to '...'
4. A '...' error occurred

# Expected behavior
Briefly and clearly describe what you would expect without the bug.

# Screenshots or terminal logs, and browser console logs
If possible, please attach a few screenshots or terminal logs/browser console logs to help us locate the problem you're having.

# Extra information
Attach additional information related to the problem.