diff --git a/app/src/protyle/export/util.ts b/app/src/protyle/export/util.ts index 31968b876..50751e90e 100644 --- a/app/src/protyle/export/util.ts +++ b/app/src/protyle/export/util.ts @@ -8,7 +8,7 @@ import {Dialog} from "../../dialog"; import {addScript} from "../util/addScript"; import {isMobile} from "../../util/functions"; import {Constants} from "../../constants"; -import {highlightRender} from "../render/highlightRender"; +import {highlightRender, lineNumberRender} from "../render/highlightRender"; import {processRender} from "../util/processCode"; import {isIPhone, isSafari, openByMobile, setStorageVal} from "../util/compatibility"; import {useShell} from "../../util/pathName"; @@ -52,7 +52,14 @@ export const exportImage = (id: string) => {