Hacker News new | ask | show | jobs
by chuckadams 308 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.