Alir3z4 / html2text

Convert HTML to Markdown-formatted text.
alir3z4.github.io/html2text/
GNU General Public License v3.0
1.79k stars 273 forks source link

support tri-backquote style code block #289

Closed drunkdream closed 3 years ago

drunkdream commented 4 years ago

Code block will wrapped by tri-backquote when config.BACKQUOTE_CODE = True, which default is False. For example:

```python
print('hello')
```
coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.03%) to 97.973% when pulling 1512475fa5d8b38e1a74a30199c7389ca778743b on drunkdream:feature/backquote-code-block into 7e31444392d1e1ed790ba0e8afecf3a8074d1190 on Alir3z4:master.

Alir3z4 commented 3 years ago

Closing this as being inactive and not addressing the comments. Please feel free to reopen or make a new pull request to update the code.