Block Padding

This will simply give text its own line. For example, if you want to write:

Hello World

But you want all surrounding text to never be on the same line, you would write:

Replace squiggly lines { } with brackets [ ] to enable the code.

Demo:

This is the before text on the same line.{addpad}Hello World{/addpad}This is the after text on the same line.

Result:

This is the before text on the same line.

Hello World
This is the after text on the same line.