-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Preprocessing markdown without using the eject feature #941
Comments
Do you have static Markdown that you need to use in your app, or is it coming from user input? |
Yes, I have static Markdown that I want to use in my app. |
Do you change it often during development? |
I would like to convert it when I build the app. Hot reloading is not required (if this is your question). On the other hand, I could convert it on the fly. Can you recommend a library for it (the app I am building is serverless)? Thanks. |
I will try remarkable or marked and/or use a different project setup. |
Is there any recommended procedure to preprocessing markdown with create-react-app without using the eject feature? It seems to be that the only way to convert markdown to html is on the fly. Which library should I use (if it is recommended to convert on the fly) e.g. spec-md?
Thanks for any suggestion.
Michael
The text was updated successfully, but these errors were encountered: