From 59eb0697001425cfb8d7e5575f28db879b1c3555 Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Sun, 28 Aug 2022 20:56:23 +0200 Subject: [PATCH] added readme for cli --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ===========