gatsby-source-google-docs icon indicating copy to clipboard operation
gatsby-source-google-docs copied to clipboard

Italics in google doc doesn't seem to to be translating well in the mdx parser

Open jeffreycwitt opened this issue 3 years ago • 1 comments

For words italicized in google docs, I'm getting the following output:

<span style="font-size: 1.09em;">_word_</span>

which displays as

_word_ (no italics)

in the browser.

Any ideas what's going on?

jeffreycwitt avatar Mar 17 '22 00:03 jeffreycwitt

Strange, there are some tests for that. I can't work on it right now but PR are always welcome

cedricdelpoux avatar Mar 17 '22 14:03 cedricdelpoux