Solutions to common issues you might encounter while using Gleef
<div>
, the text may not be selectable. Gleef natively recognizes and supports standard HTML tags designed to handle content, such as:
<b>Bold text</b>
<strong>Strong text</strong>
<i>Italic text</i>
<em>Emphasized text</em>
<u>Underlined text</u>
<del>Deleted text</del>
<ins>Inserted text</ins>
<mark>Highlighted text</mark>
<small>Smaller text</small>
<sub>Subscript text</sub>
<sup>Superscript text</sup>
<a href="url">Link text</a>
<code>Inline code</code>
<pre>Preformatted text</pre>
<blockquote>Blockquote text</blockquote>
<ul>lists<li>lists</li></ul>
<ol><li>Ordered list item</li></ol>
<hx>Heading x</hx>
<p>Paragraph text</p>