sudoskys / telegramify-markdown

🪄 Markdown To Telegram Markdown Converter Python| No more worrying about formatting.
MIT License
31 stars 2 forks source link

Customize `max_line_length`, remove unused dependency #12

Closed vvsotnikov closed 2 weeks ago

vvsotnikov commented 3 weeks ago

This PR removes html package from the lockfile (it seems to be added on accident since it's a Python 2 package) and adds the ability to customize the length of link previews (that we previously limited to 20 chars).

sudoskys commented 2 weeks ago

Thank you for your contribution

sudoskys commented 2 weeks ago

The html module is an internal library in Python 3 and does not exist as a third-party package.