Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 367 Bytes

File metadata and controls

14 lines (9 loc) · 367 Bytes

writing text

When writing long blocks of text you can use a new line without creating a new line in the output.

Unless you do two newlines!

This makes it possible to write markdown that fits nicely in a narrow editor, but still renders to fill the screen.


In the middle of a paragraph you can drop little bits of code, for example: console.log('hi!').