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
I'm noticing an odd behavior with multi-line input content: the first line is outside a <p> tag, then each following line is inside a <p> tag. @dshanske I assume that's not intentional, right?
For example, a request with h=entry&content=foo%0A%0Abar%0A%0Abaz (%0A is a URL-encoded newline) results in:
I'm noticing an odd behavior with multi-line input content: the first line is outside a
<p>
tag, then each following line is inside a<p>
tag. @dshanske I assume that's not intentional, right?For example, a request with
h=entry&content=foo%0A%0Abar%0A%0Abaz
(%0A
is a URL-encoded newline) results in:The text was updated successfully, but these errors were encountered: