How to format a note

We always escape symbols from the note decrypted text in reader's browser for security reasons. But some HTML tags can be used for note formatting and we even added our own tags. Below is a table, where you can see, how to use all these tags.

<a href="https://private-net.work">
Link
</a>

<h1> Text </h1>

<h2> Text </h2>

<h3> Text </h3>

<h4> Text </h4>

<h5> Text </h5>

<h6> Text </h6>

<lp> Text </p>

<rp> Text </p>

<b> Text </b>

<u> Text </u>

<i> Text </i>

<rspan> Text </span>

<gspan> Text </span>

<bspan> Text </span>

<ms> Text </ms>

<hr>

<br>

New line

Example of a formatted note

Content of the note to be written
Note content as it will be viewed by the reader