You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance TextPainter and related classes such that it supports the drawing of formatted lists. If you were to use wiki formatting the following figure a would display like figure b.
Figure A:
* Item A
** Item A.a
** Item A.b
* Item B
...
Figure B:
● Item A
○ Item A.a
○ Item A.b
● Item B
...
The text was updated successfully, but these errors were encountered:
Enhance TextPainter and related classes such that it supports the drawing of formatted lists. If you were to use wiki formatting the following figure a would display like figure b.
The text was updated successfully, but these errors were encountered: