You can also use HTML to write notes on Kibela. Using HTML will give you more freedom in your text.
Copy and paste the sample below.
*Some HTML tags are restricted.
Add color
Sample:
This is <span style="color:red;">red</span>
Result:
Open link in a separate tab
Note the URL in the ***** and the desired title name in ```Text```.
Sample:
<a href="*****" target="_blank">Text</a>
Result:
Small text
Sample:
<small>Small</small>
Result:
Embed
Embed contents using <iframe>...</iframe>.
Example: Google maps
Sample:
<iframe src="https://www.google.com/maps/****" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
Result:
To learn how to retrieve the HTML of Google maps, please view this page.