WonderPen Help

How to add multiple line breaks?

Since WonderPen uses Markdown instead of plain text, when the document is exported to image, HTML, PDF, etc. formats, multiple consecutive blank lines will be merged into one blank line.

To insert multiple blank lines in the export, insert <br> or <br/> tags where additional line breaks are required. If you are familiar with HTML, you will find that this is the newline tag in HTML.

You can manually enter the <br> tag, or you can find it in the editor's right-click menu, as shown in the following image:

Insert line breaker

You can also use multiple <br> consecutively to achieve the effect of continuous line breaks:

Additional line breaks can be added in the document using the `<br>` tag:
<br>
<br>
<br>
<br>
Multiple `<br>`s can be used consecutively.