Unit one test review
Error parsing MDX
[next-mdx-remote-client] error compiling MDX:
Expected a closing tag for `<br>` (7:25-7:29) before the end of `emphasis`
5 | | :-----------------------------------: | :--------------: | :---------------------------------------: |
6 | | **Algebra** | f(x) = f(-x) | -f(x) = f(-x) |
> 7 | | **Graph** <br>**about <br>the y-axis* | Symmetrical | Rotated by 180 degrees *about the origin* |
| ^
8 | | **Image** | ![[image-6.png]] | ![[image-7.png]] |
9 | ## End behaviors
More information: https://mdxjs.com/docs/troubleshooting-mdx
🧑🔧 See how to debug and solve most common MDX errors