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
The line breaks are wrongly represented in the response body as \\n, i.e. the \ is escaped.
However, this appears to be a problem with how the dummy articles were entered into the database rather than with the implementation itself. If you create a new article the breaks are represented correctly, as can be seen here as well as in the response body (note that the front-end ignores single line breaks completely, only a \n\n is regarded as a new paragraph).
Relevant scope
Frontend specs
Description
As you can see in this article for example: https://demo.realworld.io/#/article/Try-to-transmit-the-HTTP-card-maybe-it-will-override-the-multi-byte-hard-drive!-120863
Line breaks are shown as "\n" instead of an HTML line break:
<br />
The text was updated successfully, but these errors were encountered: