Heap
Error
[next-mdx-remote] error compiling MDX:
Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`
13 | ## Types
14 |
> 15 | - **Max Heap**: value of i <= value of parent (**max element at top**)
| ^
16 | - **Min Heap**: value of i >= value of parent (**min element at top**)
17 |
More information: https://mdxjs.com/docs/troubleshooting-mdx