I asked ChatGPT and it told me to create a css file with the following:
.markdown-preview-view .footnotes,
.markdown-preview-view .footnotes ol,
.markdown-preview-view .footnotes li,
.markdown-preview-view .footnotes li p {
text-align: left !important;
direction: ltr !important;
unicode-bidi: embed !important;
}
.markdown-preview-view .footnotes ol,
.markdown-preview-view .footnotes li {
text-align: left !important;
direction: ltr !important;
}
I tried it and it worked.