Hi, a few days ago I updated to a new note type from Ankihub and now the formatting of my “Lecture Notes” field seems to be off. Particularly, lines of text that come after bullet point lists are now weirdly formatted. This was not the case before. If I add two empty lines after a bullet point list, the issue seems to resolve. I’m just wondering if this change was made intentionally and if there is a way to fix the formatting globally instead of one card at a time.
We did a change to list formatting to make them look more centered, but it introduced this issue. You can add this styles to the end of your Styling section in the Card Types screen to work around the issue for now:
ul, ol {
margin-left: auto;
margin-right: auto;
display: block;
}
Thank you, I appreciate your help. Could you please provide more detailed instructions regarding where exactly I should be adding the lines of code you provided? I can’t seem to find the location you are referring to.