Markdown input? If you want to convert markdown, that is Support more in-line markdown formatting
For simply adjusting html list styles in fibery rich text, you could do for example:
Html list styles
.rqj97k8 li, .rqj97k8 ul { /* all bullets, numbers, checkboxes etc */
color: yellow;
}
.r16gx8dj li p { /* the text in the html lists */
color: orange;
}
.checkbox {
border-radius: 0; /* default is 4px */
}