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

Brackets not escaped in Live urls - can't post them to StackOverflow #2

@Antony74

Description

@Antony74

The web editor's urls do not escape brackets. Brackets are used as part of the Markdown syntax on many popular websites where Lean might be discussed such as StackOverflow, GitHub and Reddit. This means that a Live url posted to such a site might leak out of the containing brackets as shown in this example screenshot.

image

Workaround is to paste the url into a text editor then search for open brackets and replace them with %28 then search for close brackets and replace them with %29 (so I was able to get my question posted and answered). I suggest it would be preferable if the live editor made these changes to the url automatically.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions