I’m trying to increase the space between the bullet and the left edge of a list of text in Live Preview mode.
.markdown-preview-view li {
text-indent: 50px;
}
Seemed to work in Reading mode, but I can’t figure out what to add to make it also work for Live Preview.