mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:46:02 +02:00
Update readme
- notation fix, 'hyphen' --> 'colon' - markdown fix, use double asterisk for "strong emphasis" instead of headers
This commit is contained in:
parent
59d31084d2
commit
f8020369c3
1 changed files with 3 additions and 3 deletions
|
@ -17,13 +17,13 @@ This directory contains the script and related resources to generate a PDF copy
|
||||||
|
|
||||||
## Requirements
|
## 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
|
pip3 install markdown
|
||||||
|
|
||||||
#### WeasyPrint
|
**WeasyPrint**
|
||||||
|
|
||||||
pip3 install WeasyPrint
|
pip3 install WeasyPrint
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue