This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Newline at the end of text tag should not be rendered when it is followed csharp #739
Closed
Description
Related to #485
Example:
In this case,
@using(...)
{
<div>
...
</div>
<input />
}
The newline after </div>
should be rendered and the newline after <input/>
should not be rendered.