Skip to content

Commit 59eb069

Browse files
committed
added readme for cli
1 parent e79971a commit 59eb069

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,15 @@ change:
174174
return ImageBlockConverter(**options).convert(html)
175175
176176
177+
Command Line Interface
178+
=====================
179+
180+
Use ``markdownify example.html > example.md`` or pipe input from stdin
181+
(``cat example.html | markdownify > example.md``).
182+
Call ``markdownify -h`` to see all available options.
183+
They are the same as listed above and take the same arguments.
184+
185+
177186
Development
178187
===========
179188

0 commit comments

Comments
 (0)