Skip to content
New issue

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

Lists ::marker not showing #481

Open
joaorr3 opened this issue Feb 8, 2023 · 5 comments
Open

Lists ::marker not showing #481

joaorr3 opened this issue Feb 8, 2023 · 5 comments

Comments

@joaorr3
Copy link

joaorr3 commented Feb 8, 2023

Version: @uiw/react-md-editor@3.20.2

Nextjs Version: next@13.0.2

image

@joaorr3
Copy link
Author

joaorr3 commented Feb 8, 2023

Here everything seems ok. 🤔

image

@joaorr3
Copy link
Author

joaorr3 commented Feb 8, 2023

On a clean Vite project:

image

@tult98
Copy link

tult98 commented Mar 8, 2023

I faced the same issue

@jaywcjlove
Copy link
Member

image

Looks like a global style conflict.

@tult98
Copy link

tult98 commented Mar 15, 2023

If you are using tailwind. It is because of the tailwind has overwrite the list-style CSS rule. (As in the image)

image

You have to revert that by adding this line to tailwind directives

@layer base {
  ul,
  ol {
    list-style: revert;
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants