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 | 在使用 Mac 开发的过程中会安装了一些服务,例如:MySQL。当服务多起来之后,我们该如何管理这些服务?
4 |
> 5 | <!--more-->
| ^
6 |
7 | [Homebrew](https://brew.sh/) 是 Mac 下强大的第三方包管理工具。除了包管理功能外,Homebrew 也提供服务管理的功能。使用 Homebrew 安装服务之后便可以使用 `brew services` 命令去管理安装的服务。
More information: https://mdxjs.com/docs/troubleshooting-mdx