From 747ae04995d4b7e144a6fc17ec0101efa097da53 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Tue, 13 Nov 2018 20:22:16 +0530 Subject: [PATCH] README: bring back old markdown syntax --- scripts/pdf/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/pdf/README.md b/scripts/pdf/README.md index 3e9801600..89472a3fe 100644 --- a/scripts/pdf/README.md +++ b/scripts/pdf/README.md @@ -19,11 +19,11 @@ This directory contains the script and related resources to generate a PDF copy 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