Error parsing MDX
[next-mdx-remote-client] error compiling MDX:
Expected a closing tag for `<edge>` (14:42-14:48) before the end of `paragraph`
12 | ### **1.sumo 中定义曲线路段的方法**
13 |
> 14 | 在上一讲的介绍中,sumo 中通过 edge.xml 文件来定义路段,其中每一个 <edge> 元素表示一条路段,如下所示:
| ^
15 |
16 | <table data-draft-node="block" data-draft-type="table" data-size="normal" data-row-style="normal"><tbody><tr><td><edge from="<NODE_ID>" to="<NODE_ID>" [type="<STRING>"] [numLanes="<INT>"] [...] /></td></tr></tbody></table>
More information: https://mdxjs.com/docs/troubleshooting-mdx
🧑🔧 See how to debug and solve most common MDX errors