This repository was archived by the owner on Jan 20, 2022. It is now read-only.
How to override the Markdown style of the editor? #503
Unanswered
azuriteemporium
asked this question in
Q&A
Replies: 1 comment
-
This is the nature of CSS, no? You can override but not replace. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you a ton for making this project available to us all!
I was trying to override the markdown styling of the editor by wrapping the editor component in another div, for instance:
However, it results in the default markdown style now being mixed with the custom one 'markdown-body' Is there a away to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions