Error parsing MDX
[next-mdx-remote-client] error compiling MDX:
Expected a closing tag for `<br>` (304:135-304:139) before the end of `tableData`
302 | | **Navegador (File API)** | | |
303 | | `File` | Input en HTML | `<input type="file">` |
> 304 | | `FileReader` | Lee el contenido del archivo | `readAsText(fichero, encoding)`<br>`readAsDataURL(fichero)`<br>`readAsArrayBuffer(fichero)` |
| ^
305 | | `Blob` | Datos binarios | `new Blob()` |
306 | | **Navegador (Web Storage)**| | |
More information: https://mdxjs.com/docs/troubleshooting-mdx
🧑🔧 See how to debug and solve most common MDX errors in our docs:
https://flowershow.app/docs/debug-mdx-errors