From a152e392bbe6f969312b4a802ade53e909a4584d Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Wed, 25 Feb 2026 13:04:32 -0700 Subject: [PATCH] Fix MDX parse error: escape angle bracket in polar regions text --- docs/src/content/docs/reference/operators-gist.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/reference/operators-gist.mdx b/docs/src/content/docs/reference/operators-gist.mdx index 8b26cb6..48fa4b5 100644 --- a/docs/src/content/docs/reference/operators-gist.mdx +++ b/docs/src/content/docs/reference/operators-gist.mdx @@ -270,7 +270,7 @@ Objects near 0h (e.g., in Pisces/Aquarius) and objects near 24h are correctly id ### Polar Regions -Near the celestial poles (Dec approaching +/-90 degrees), RA becomes degenerate — a small patch of sky spans a wide RA range. Bounding boxes for polar objects may cover the full RA circle. This does not affect **correctness** (the Vincenty formula handles pole convergence naturally) but can degrade **index selectivity** for dense polar catalogs. For typical sky catalogs (<10,000 objects), the effect is negligible. +Near the celestial poles (Dec approaching +/-90 degrees), RA becomes degenerate — a small patch of sky spans a wide RA range. Bounding boxes for polar objects may cover the full RA circle. This does not affect **correctness** (the Vincenty formula handles pole convergence naturally) but can degrade **index selectivity** for dense polar catalogs. For typical sky catalogs (fewer than 10,000 objects), the effect is negligible. ### Design Notes