Error parsing MDX:
[next-mdx-remote] error compiling MDX:
Unexpected character `!` (U+0021) before name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a comment in MDX, use `{/* text */}`)
3 | 防抖节流在很多需要限制操作频率的地方会用到。常见的应用场景就是竞技游戏。
4 |
> 5 | <!--more-->
| ^
6 |
7 | 游戏中的施法前摇就是使用了防抖。施法 CD 就是使用了节流。
More information: https://mdxjs.com/docs/troubleshooting-mdx