Can't get newlines in pull request description

Issue #35 new
Eric Twilegar created an issue

Using the stash pull-request to put in a PR. All is working except the description of the PR has new lines and I can't get them to show up in the interface after creating the PR.

This could be an issue with Powershell ( don't ask ), but I'm not really sure if its supported in the first place to keep banging away and seeing if bash would deal with it better. I'm pretty sure I've gotten Powershell to escape the newlines properly. I could send something else like <br/>s

I've gotten newlines to seem to go through to the browser, when inspect the <p> tag that is in the PR interface I see the formatted lines.

What I've noticed when I manually edit the description is that <p> tags start to appear when inspecting the "main" p that surrounds the description. So I don't think things like or <br/> will work. <br/> seems to get escaped and treated like a string.

Comments (0)

  1. Log in to comment