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">
|
|
<h1> Text </h1> |
Text |
<h2> Text </h2> |
Text |
<h3> Text </h3> |
Text |
<h4> Text </h4> |
Text |
<h5> Text </h5> |
Text |
<h6> Text </h6> |
Text |
<lp> Text </p> |
Text |
<rp> Text </p> |
Text |
<b> Text </b> |
Text
|
<u> Text </u> |
Text
|
<i> Text </i> |
Text
|
<rspan> Text </span> |
Text
|
<gspan> Text </span> |
Text
|
<bspan> Text </span> |
Text
|
<ms> Text </ms> |
Text
|
<hr> |
|
<br> |
New line |
Example of a formatted note
Content of the note to be written
<lp>Hello, <i>Peter</i>!</p>
In this note I'd like to share <u>connection credentials <b>with you</b></u>.<br>
<h3><gspan>Login</span> credentials:</h3>
<lp><i>Login:</i> <ms>admin</ms></p>
<lp><i>Password:</i> <ms>jd74nf720kg</ms></p>
<hr><b>Please, save this password in a <rspan>safe place</span>, before closing this note.</b>
You can connect to the system <a href="https://private-net.work">here</a>.
Note content as it will be viewed by the reader
Hello, Peter!
In this note I'd like to share connection credentials with you.
Login credentials:
Login: admin
Password: jd74nf720kg
Please, save this password in a safe place, before closing this note.
You can connect to the system here.