-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Next.JS Implementation #38
Comments
@jonrrivera uiwjs/react-md-editor#52 Hope it helps you. |
uiwjs/react-md-editor#52 (comment) I created a nextjs package |
I made it work by adding this to my
And the following within my page:
|
Has anyone figured out how to add custom commands in nextjs? seems to work with the default settings but i have no idea how to add more custom headings other than the one provided to the toolbar. |
Hey,
Thanks for the great repo. I found that I cant use this in my next.js app because all global CSS has to be declared on the root component. if there a way to use this without the CSS? I think that should make it work.
Please let me know if you need any more details. thank you!
The text was updated successfully, but these errors were encountered: