From 6323eb74477c29ff0cd2916780d302f0a4cae847 Mon Sep 17 00:00:00 2001 From: Thanh Van Date: Wed, 8 Dec 2021 19:05:36 -0500 Subject: [PATCH] Fixed issue #65: * Remove artifact On-this-page and Edit-this-page * Fixed image does not show properly --- convert-to-pdf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert-to-pdf.sh b/convert-to-pdf.sh index 4b1b7800..4516e463 100644 --- a/convert-to-pdf.sh +++ b/convert-to-pdf.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -npx mr-pdf --initialDocURLs="http://localhost:3000" --contentSelector="article" --paginationSelector=".pagination-nav__item--next > a" --excludeSelectors=".margin-vert--xl a,.theme-edit-this-page,.tocCollapsible_1PrD theme-doc-toc-mobile tocMobile_3Hoh,.tocCollapsibleButton_2O1e" --coverImage="https://download.logo.wine/logo/Seneca_College/Seneca_College-Logo.wine.png" --coverTitle="IPC144" --outputPDFFilename "Seneca-IPC144.pdf" +npx mr-pdf --initialDocURLs="http://localhost:3000" --contentSelector="article" --paginationSelector=".pagination-nav__item--next > a" --excludeSelectors=".margin-vert--xl a,.theme-edit-this-page,.tocCollapsible_1PrD theme-doc-toc-mobile tocMobile_3Hoh,.tocCollapsibleButton_2O1e,.clean-btn" --coverImage="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT4MZq4LgLVTna9KUjCeRitC47xZo6nIOpaTFPndnu6sJp0yXmNKwtytiJfjki77VMntnc&usqp=CAU" --coverTitle="IPC144 Notes" --cssStyle=".table {display: inline;}" --outputPDFFilename "Seneca-IPC144.pdf" --pdfFormat="A4"