huy-nguyen / gatsby-remark-github

GatsbyJS plugin to replace links to GitHub files in Markdown files with the actual content of those files
5 stars 3 forks source link

Support JSX language #16

Closed Samic8 closed 4 years ago

Samic8 commented 4 years ago

Hi I would like to add support for JSX.

I added cases in both wrapComment.ts and getHeaderLines.ts but it didn't seem to do the trick.

Could you point me to the places where I should make the changes and ill get a Pull request up.

Thanks for the great plugin!

Samic8 commented 4 years ago

I figured it out. I was doing yarn link wrong for local development. Ill get a PR up soon.