Currently mediawiki has support for those endpoints and we need to reroute them via rest-gateway
- Endpoints
- v1/transform/wikitext/to/html
- v1/transform/wikitext/to/html/{title}
- v1/transform/wikitext/to/html/{title}/{revision}
- v1/transform/html/to/wikitext
- v1/transform/html/to/wikitext/{title}/{revision}
- v1/transform/html/to/wikitext/{title}/
transform/wikitext/to/lint is covered by T384216
The paths are the same but instead of RB they need to point to
https://{wiki}/w/rest.php/{path}
