Skip to content

[Schema Inaccuracy] GET /issues uses escaped markdown #311

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

Open
masklinn opened this issue May 8, 2021 · 0 comments
Open

[Schema Inaccuracy] GET /issues uses escaped markdown #311

masklinn opened this issue May 8, 2021 · 0 comments

Comments

@masklinn
Copy link

masklinn commented May 8, 2021

The filter parameter to GET /issues escapes all the list-items, leading to the markdown-rendering of the description yielding an "ascii" list rather than a proper list for the output format:

Indicates which sorts of issues to return. Can be one of:
* assigned: Issues assigned to you
* created: Issues created by you
* mentioned: Issues mentioning you
* subscribed: Issues you're subscribed to updates for
* all: All issues the authenticated user can see, regardless of participation or creation

Expected

Not escaping the list items, leading to the correct rendering:

Indicates which sorts of issues to return. Can be one of:

  • assigned: Issues assigned to you
  • created: Issues created by you
  • mentioned: Issues mentioning you
  • subscribed: Issues you're subscribed to updates for
  • all: All issues the authenticated user can see, regardless of participation or creation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants