-
Notifications
You must be signed in to change notification settings - Fork 291
Closed
Labels
Description
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 youcreated: Issues created by youmentioned: Issues mentioning yousubscribed: Issues you're subscribed to updates forall: All issues the authenticated user can see, regardless of participation or creation