From f8020369c363bffeefb6c1b3647a3ea07f34723b Mon Sep 17 00:00:00 2001 From: Petrus Kiendys Date: Mon, 12 Nov 2018 12:35:44 +0100 Subject: [PATCH] Update readme - notation fix, 'hyphen' --> 'colon' - markdown fix, use double asterisk for "strong emphasis" instead of headers --- scripts/pdf/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/pdf/README.md b/scripts/pdf/README.md index 1bc052ba7..3e9801600 100644 --- a/scripts/pdf/README.md +++ b/scripts/pdf/README.md @@ -17,13 +17,13 @@ This directory contains the script and related resources to generate a PDF copy ## Requirements -The PDF is generated by first converting the markdown files to HTML, and then rendering those HTML files as PDF. It depends on the following libraries- +The PDF is generated by first converting the markdown files to HTML, and then rendering those HTML files as PDF. It depends on the following libraries: -#### Python-Markdown +**Python-Markdown** pip3 install markdown -#### WeasyPrint +**WeasyPrint** pip3 install WeasyPrint