Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown parsing mistakes #95

Open
LoganDark opened this issue May 4, 2022 · 1 comment
Open

Markdown parsing mistakes #95

LoganDark opened this issue May 4, 2022 · 1 comment

Comments

@LoganDark
Copy link

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.

@zhuizhuhaomeng
Copy link
Contributor

@xlibor would you have a look at this when you have time?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants