Skip to content
This repository was archived by the owner on Oct 9, 2019. It is now read-only.
This repository was archived by the owner on Oct 9, 2019. It is now read-only.

Preview incorrectly renders external links #51

Description

@Culpable

When creating an external link using:

`Python version 2.7.10<https://www.python.org/downloads/release/python-2710/>`_

The preview will incorrectly render the hyperlink to the label, i.e. Python version 2.7.10

I'm not sure that this is a correct render. When compiled using Sphinx and deployed to GitHub, it is rendered to display Python version 2.7.10<https://www.python.org/downloads/release/python-2710/> instead. I believe the hyperlink should only render to the label when a space is inserted between the label and the link, as follows:

`Python version 2.7.10 <https://www.python.org/downloads/release/python-2710/>`_

This correctly displays the render on GitHub as Python version 2.7.10.

Sphinx docs points out that:

Important
There must be a space between the link text and the opening < for the URL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions