bitttttten / jest-transformer-mdx

A jest transformer for MDX with frontMatter support
12 stars 6 forks source link

Remove some white-space #6

Closed cdfa closed 4 years ago

cdfa commented 4 years ago

Small fix that allows transformation of the following (contrived example; not tested):

index.mdx:

---
name: README
route: /
---

import ReadMe from "README.md";

<ReadMe />

README.md:

# Some heading

...
bitttttten commented 4 years ago

Thanks a lot! 🎉