Error parsing MDX
[next-mdx-remote-client] error compiling MDX:
Unexpected closing tag `</figure>`, expected corresponding closing tag for `<img>` (4:5-4:49)
2 |
3 | <figure>
> 4 | <img src="02-进程管理-2.png" alt="" width="600">
| ^
5 | <figcaption></figcaption>
6 | </figure>
More information: https://mdxjs.com/docs/troubleshooting-mdx
🧑🔧 See how to debug and solve most common MDX errors