Skip to content

Commit 3f72c3b

Browse files
author
Matheus Marchini
committed
Fixing identation
1 parent 20e62dc commit 3f72c3b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,16 +109,12 @@ You can specify external CSS files when converting files or strings using *css*
109109
.. code-block:: python
110110
111111
# Single CSS file
112-
css = 'example.css'
113-
114-
pdfkit.from_file('file.html', options=options, css=css)
115-
112+
css = 'example.css'
113+
pdfkit.from_file('file.html', options=options, css=css)
116114
117115
# Multiple CSS files
118-
119116
css = ['example.css', 'example2.css']
120-
121-
pdfkit.from_file('file.html', options=options, css=css)
117+
pdfkit.from_file('file.html', options=options, css=css)
122118
123119
You can also pass any options through meta tags in your HTML:
124120

0 commit comments

Comments
 (0)