Skip to content

Fix whitespace within wiki markup #31

Description

@cgay

If wiki markup contains a line break in the middle it can break the link. e.g.,

{{Dylan
Compilers}}

doesn't link to "Dylan Compilers". This can happen when the browser's textarea widget auto-wraps the line (which I believe can be fixed in the HTML) but also if someone is writing RST and hard-wraps the lines for readability. I think it's okay to convert all contiguous white space inside {{...}} to a single space.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions