diff --git a/README.rst b/README.rst index 5b0d530..beb7f8b 100644 --- a/README.rst +++ b/README.rst @@ -174,6 +174,15 @@ change: return ImageBlockConverter(**options).convert(html) +Command Line Interface +===================== + +Use ``markdownify example.html > example.md`` or pipe input from stdin +(``cat example.html | markdownify > example.md``). +Call ``markdownify -h`` to see all available options. +They are the same as listed above and take the same arguments. + + Development ===========