Is your feature request related to a problem? Please describe.
In our projects where we use the GUIX graphical library, we use the rich text objects of GUIX to show some string in the display using the tags to print them in Bold. Now we are evaluating the possibility to use the same object to print bulleted end numbered list.
Describe the solution you'd like
We want to understand if it is possible to use with rich text object the tags like this:
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
to generate a bulleted list like this:
If at the moment it is not available, is it possible to add this feature? In case, what can be the timings to implement such feature?
Thanks in advance for the support!
Is your feature request related to a problem? Please describe.
In our projects where we use the GUIX graphical library, we use the rich text objects of GUIX to show some string in the display using the tags to print them in Bold. Now we are evaluating the possibility to use the same object to print bulleted end numbered list.
Describe the solution you'd like
We want to understand if it is possible to use with rich text object the tags like this:
to generate a bulleted list like this:
If at the moment it is not available, is it possible to add this feature? In case, what can be the timings to implement such feature?
Thanks in advance for the support!