icarofr

Results 2 issues of icarofr

![image](https://user-images.githubusercontent.com/47608323/133414377-9b7e6cfa-8763-4e8b-a548-753cef9b486a.png) Any possible fix? Themes like Night Owl don't seem to have this issue.

Demo page and code: ``` import NotionPageToHtml from "notion-page-to-html"; import fs from "fs"; async function getPage() { const { html } = await NotionPageToHtml.convert( "https://jmlecoach.notion.site/Travis-Scott-x-Jordan-1-Low-OG-Olive-2ed7e492a0ed4588970efdf9a69ce954" ); fs.writeFile("./out.html", html, function (err)...