我有
```txt `pwsh-preview -c "Invoke-WebRequest 'https://gitlab.com/api/v4/users/7984176?access_token=glpat-KMNv5hmu7xuMbNUWpfqd' | ConvertFrom-Json | Select-Object -ExpandProperty location"` ```设置为我的个人资料中的位置(`edit-location`)(https://meta.discourse.org/u/rokejulianlockhart/summary)。然而,与代词(`user-ember117`)字段不同,此字段的数据(在我的例子中)被截断为
```txt `pwsh-preview -c "Invoke-WebRequest 'https://gitlab.com/api/v4/users/7984176?access_token=glpat-KMNv5hmu7xu ````u` 被部分截断,所以很明显。  我认为位置字段应该像代词字段一样被换行。