Skip to content

Markdown parsing mistakes #95

Open
@LoganDark

Description

@LoganDark

The URL portion of links [text](url) should trim all leading and trailing whitespace from within the parenthesis, including newlines. GitHub parses it this way, but the OPM website does not.

I am referring to wrapping long URLs like this:

Some long line of text, where the link may occur [in the middle](
https://example.com/some-long-url-that-should-be-wrapped)

I use that often in GitHub READMEs.

Additionally, bold inline code:

**`something`**

is not parsed correctly, the ending ** is ignored and it creates a so-called "POD error" Unterminated B<...> sequence.

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