You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With current version, packages summary have their escaped characters escaped twice by the backend. This produces some unwanted backslashes characters on the packages website.
For example, for elm/url.
From elm.json: "summary": "Create and parse URLs. Use for HTTP and \"routing\" in single-page apps (SPAs)",
{"name":"elm/url","summary":"Create and parse URLs. Use for HTTP and \\\"routing\\\" in single-page apps (SPAs)","license":"BSD-3-Clause","versions":["1.0.0"]}
Which leads to the following description on https://package.elm-lang.org: Create and parse URLs. Use for HTTP and \"routing\" in single-page apps (SPAs)
The text was updated successfully, but these errors were encountered:
With current version, packages summary have their escaped characters escaped twice by the backend. This produces some unwanted backslashes characters on the packages website.
For example, for
elm/url
.From
elm.json
:"summary": "Create and parse URLs. Use for HTTP and \"routing\" in single-page apps (SPAs)",
But from https://package.elm-lang.org/packages/search.json:
Which leads to the following description on https://package.elm-lang.org:
Create and parse URLs. Use for HTTP and \"routing\" in single-page apps (SPAs)
The text was updated successfully, but these errors were encountered: