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

Preprocessing markdown without using the eject feature #941

Closed
dergroncki opened this issue Oct 22, 2016 · 5 comments
Closed

Preprocessing markdown without using the eject feature #941

dergroncki opened this issue Oct 22, 2016 · 5 comments

Comments

@dergroncki
Copy link

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

@gaearon
Copy link
Contributor

gaearon commented Oct 22, 2016

Do you have static Markdown that you need to use in your app, or is it coming from user input?

@dergroncki
Copy link
Author

Yes, I have static Markdown that I want to use in my app.

@gaearon
Copy link
Contributor

gaearon commented Oct 22, 2016

Do you change it often during development?

@dergroncki
Copy link
Author

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.

@dergroncki
Copy link
Author

I will try remarkable or marked and/or use a different project setup.

@lock lock bot locked and limited conversation to collaborators Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants