Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 315 Bytes

012-line-breaks.md

File metadata and controls

24 lines (12 loc) · 315 Bytes

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\nstring with several\nlines"

Modify the source hook:

Now we test the source hook:

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