XML doc crawling should only use <para> for line breaks #5047
benmccallum
started this conversation in
Feature Request
Replies: 3 comments
-
This is low priority. I might one day work on it when I work on the |
Beta Was this translation helpful? Give feedback.
0 replies
-
^^ Linked above an enhancement issue this could be rolled in with |
Beta Was this translation helpful? Give feedback.
0 replies
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When crawling XML comments on field members, currently the behaviour is that a line break in the XML comment --> a
\n
in the schema field description. This can create ugliness in UIs.To Reproduce
Expected behavior
New lines should only be generated for
<para>
usage in the XML comment.Let GraphQL IDEs wrap long text lines themselves however they like in the available space they have.
Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions