Alir3z4 / Alir3z4/html2text

How to ignore the "#" which the <h1> -<h6>generate

Open
#185 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2.2k
Forks
296
PR merge metrics
No merged PRs in 30d

Description


- Version by `html2text --2016.9.19`
- Python version `python --2.7.13`
- `
import html2text

html = "<p>hello, this is <em>html2text</em></p><strong>it is strong label</strong>"
h = html2text.HTML2Text()
print h.handle(html)

h.ignore_emphasis = True
print h.handle(html)

html = "<h6>This is title</h6>"
print h.handle(html) # value: ###### This is title`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.