From d25f4556de97edaaf0f1d18891b0a8a5e7a9cd5c Mon Sep 17 00:00:00 2001 From: hrithik007 Date: Sat, 3 Oct 2020 01:12:11 +0530 Subject: [PATCH] Edited Fonts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9b44605..b3ec6d06 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ Usage: `html2text.py [(filename|url) [encoding]]` hide strike-through text. only relevent when -g is specified as well -Or you can use it from within Python: +#Or you can use it from within Python: import html2text print html2text.html2text("

Hello, world.

") -Or with some configuration options: +#Or with some configuration options: import html2text h = html2text.HTML2Text()