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
{{ message }}
This repository was archived by the owner on Dec 11, 2018. It is now read-only.
For all md files, I received
For each file, I need to add
I think this error came from mime-types library since lookup function only return
text/markdownnottext/x-markdown.https://github.com/jshttp/mime-types#mimelookuppath
I could fix this by putting
https://github.com/kwangkim/exerslide/blob/610cdc7f70e5a6d8ed526220c3b2cbe19450fb1b/packages/exerslide/lib/slide_transforms/registerContentType.js#L45
P.S.
https://github.com/jshttp/mime-db/blob/66588fec459c0d61cec5c69cfd161b139f75cf7d/db.json#L6561
Another resolution was using 'mkd' instead 'md'.