Closed
Description
We introduced a breaking change in #36636 so that >
in JSX text would become an error as per the JSX spec:
Unexpected token. Did you mean `{'>'}` or `>`?
I hit this several times on the new website's src/templates/pages/download.tsx
even though the code was just working. Users shouldn't have to fix them one-by-one, so it'd probably be a good idea to auto-fix them all.