We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as you can see in the pic, left I write numbered list like
but right doesn't render number. how can I fix this?
The text was updated successfully, but these errors were encountered:
I am having the same issue
Sorry, something went wrong.
@zshnb try add below css to override it,
.wmde-markdown ol { list-style: auto !important; }
You should now see the numbering.
@h4ck4life @zshnb Is it because the default styles have been reset? Do I need to add the default styles to the CSS?
same here:
@h4ck4life suggestion worked for me:
.wmde-markdown ol { list-style: auto !important; } .wmde-markdown ul { list-style: disc !important; }
thanks!
No branches or pull requests
as you can see in the pic, left I write numbered list like
but right doesn't render number.
how can I fix this?
The text was updated successfully, but these errors were encountered: