Error parsing MDX:
[next-mdx-remote] error compiling MDX:
Unexpected character `[` (U+005B) before attribute name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag
34 | 
35 |
> 36 | 在 edge.xml 中,每一行 <lane index="<STRING>" [allow="<STRING>" ] [...] /> 表示一车道,其中直括号('['和']')表示参数是可选的。具体车道有哪些参数及参数的含义见下一节。
| ^
37 |
38 | 注:sumo 中车道的编号规则是按路段前进方向,从右往左依次从 0 开始编号,即第 0 车道为该路段的最右侧车道。
More information: https://mdxjs.com/docs/troubleshooting-mdx