gatsby-source-google-docs
gatsby-source-google-docs copied to clipboard
Italics in google doc doesn't seem to to be translating well in the mdx parser
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?
Strange, there are some tests for that. I can't work on it right now but PR are always welcome