Closed nickfujita closed 7 years ago
You also need to make the renderer understand it. As it is right now, the renderer will not emit it at all, whereas you want it to be emitted either as a space or a hard newline based on the wrapping mode.
Added logic to render SoftNewLine same as NewLine when WrapStyle is NoLineWrapping, and as a space for any other WrapStyle.
@Arnavion Wanted to followup with you to see if there is any additional feedback on this change request.
@Arnavion Sorry to ping again, but wanted to followup with you to see if there is any additional feedback on this change request before it can be merged?
Resolves issue #103 Soft newline characters (\n) were being rendered as plain text. This PR adds support for soft newline styling.