Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 470 Bytes

012-line-breaks.md

File metadata and controls

25 lines (15 loc) · 470 Bytes

Note: please ignore this example if the version of your formatR package is greater than 1.3.2, because line breaks will be automatically preserved.

This demos shows you how to replace \n to a real line break in the source.

This is what you normally see in the output:

x = "this is a long long
string with several
lines"

Modify the source hook:

Now we test the source hook:

x = "this is a long long
string with several
lines"