ocaml-globe: skip mdx execution of browser-only example
The Usage block instantiates [Globe_webgl.Scene] and [Brr] primitives
that link to JS-only runtime values ([caml_pure_js_expr]). Linking
[globe.webgl] into the mdx bytecode runner therefore fails with
"Unimplemented Javascript primitive". Mark the snippet [<!-- $MDX
skip -->] (with a sentence explaining why) and drop [globe.webgl]
from the mdx libraries.
Also tighten the example: bind the ad-hoc [canvas_el] / [pos] / [vel]
/ [t0] / [dt] / [current_unix] free variables as a [render_satellite]
function so the snippet is at least syntactically self-contained.