html2text
html2text copied to clipboard
How can I parse the `<pre>` tag into tri-backquote style?
For example:
<pre><code>print('hello')</code></pre>
into
```
print('hello')
```