html2text icon indicating copy to clipboard operation
html2text copied to clipboard

How can I parse the `<pre>` tag into tri-backquote style?

Open wizardforcel opened this issue 3 years ago • 0 comments

For example:

<pre><code>print('hello')</code></pre>

into

```
print('hello')
```

wizardforcel avatar Apr 13 '22 10:04 wizardforcel