You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?