Remix.run Logo
chuckadams 3 days ago

The syntax for links in RST is:

    This is `a link`_

    .. _a link: https://foo.com
The underscores are required exactly like that. I believe the blank line between is also required. There's also an inline syntax where you use two trailing underscores:

    This is `an embedded link <http://foo.com>`__
I'd rather write raw HTML.