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

Unordered list not working on Fluent UI Panel #467

Closed
sadaga99 opened this issue Sep 25, 2020 · 2 comments
Closed

Unordered list not working on Fluent UI Panel #467

sadaga99 opened this issue Sep 25, 2020 · 2 comments
Labels
🙋 no/question This does not need any changes

Comments

@sadaga99
Copy link

image

const markdown = '

  • test
  • test 2
';

This code runs fine in codesandbox, but when used on the web app, we are not able to see the bullets for unordered list (as shown in the image)

@sadaga99
Copy link
Author

niklasvh/html2canvas#177 - same issue for htmlcanvas2 issue. We are using React though.

@ChristianMurphy
Copy link
Member

@sadaga99 testing the example in the playground it works fine https://remarkjs.github.io/react-markdown/
Most likely you have list-style: none; in your stylesheet hiding the bullet items.

@ChristianMurphy ChristianMurphy added the 🙋 no/question This does not need any changes label Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🙋 no/question This does not need any changes
Development

No branches or pull requests

2 participants