
markdownify 1.2.2
0
Convert HTML to markdown.
Contents
Convert HTML to markdown.
Stars: 2064, Watchers: 2064, Forks: 183, Open Issues: 35The matthewwithanm/python-markdownify repo was created 13 years ago and the last code push was 3 months ago.
The project is very popular with an impressive 2064 github stars!
How to Install markdownify
You can install markdownify using pip
pip install markdownify
or add it to a project with poetry
poetry add markdownify
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/markdownify/
- GitHub Repo:
- https://github.com/matthewwithanm/python-markdownify
Classifiers
- Utilities
Related Packages
Errors
A list of common markdownify errors.
Code Examples
Here are some markdownify code examples and snippets.
GitHub Issues
The markdownify package has 35 open issues on GitHub
- Behavior with strip_pre=mdfy.STRIP_ONE seems incorrect with trailing newlines within the pre
- A change log would be helpful
- fix: preserve whitespace-only content in inline tags (#155)
- Add strong_symbol option
- Allow different symbols for em and strong
- Typing hint for
wrap_widthshould includeNone - Ignored div tag removes spaces.
pythonfix