Skip to content

Conversation

@KyleMit
Copy link

@KyleMit KyleMit commented Nov 27, 2018

Here's what the markdown is supposed to look like:

image

But here's what the same section looks like on the live docs site:

image

If we look at the markdown source, we can see the inline code block is opened on line 55 and then the text is automatically wrapped to fit into 80 character column width.

image

Which means whatever is converting the markdown to markup is not escaping the <pkg> tag on line 56 and opens up a tag that is never closed. Here's proof via inspect element on the live docs page:

image

Whatever script automatically wrapped at 80 chars may have caused other issues as well that only show up depending on the engine rendering the markdown

@KyleMit KyleMit requested a review from a team as a code owner November 27, 2018 00:59
@Alhadis
Copy link

Alhadis commented Dec 2, 2018

You know what's funny?

That page is still more readable than your ugly manpages. 😁

@kenany
Copy link
Contributor

kenany commented Dec 3, 2018

A fix for this already landed in release-next: #96

@zkat
Copy link
Contributor

zkat commented Dec 6, 2018

Closing as a duplicate of #96

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

Successfully merging this pull request may close these issues.

4 participants