python-markdownify icon indicating copy to clipboard operation
python-markdownify copied to clipboard

Convert HTML to Markdown

Results 45 python-markdownify issues
Sort by recently updated
recently updated
newest added

```markdown On\_Search - Beckn * Home * Overview * Specification Reference * Build with Beckn * Projects * Home * Overview * Specification Reference * Build with Beckn * Projects...

`h3` results in badly formatted output when combined with `details`/`summary` tags This code ``` from bs4 import BeautifulSoup from markdownify import MarkdownConverter sample = """ Some question textAnswer Answer text...

I'm testing this out on a few webpages. -I'm running the CLI command markdownify > htmlFile.html > mdFile.md Error: UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 57218: character...

Add the right square bracket (]) to the list of escaped symbols. This is necessary to correctly represent a link text containing a right square bracket: ```python html = '[How...

This PR modernizes the codebase. I published it as a PyPi package: https://pypi.org/project/html-to-markdown/, but it would be better to contribute it upstream. Please check out the changes - the changes...

nvm, please delete the issue as the escape was happening somewhere else.

If an `` or `` element follows another element on the same line, and there is a space before it: ```python from markdownify import markdownify as md html = """...

markdownify in ./.venv/lib/python3.8/site-packages (0.13.1) The issue is found with atheris library The code to reproduce the issue: `markdownify("My First HeadingMy first paragraph.")` My machine had frozen. Ubuntu 20.04. 16 GB....

markdownify in ./.venv/lib/python3.8/site-packages (0.13.1) The issue is found with atheris library Code to reproduce `markdownify("")` The error is: ``` Traceback (most recent call last): File "/home/redacted/code/other/atheris/pythonProject/test_unit_009-1.py", line 26, in markdownify("")...

``` from markdownify import markdownify as md md('\n\n\nThis article is a stub. You can help Locomotive Wiki by expanding it.\n 60007 Sir Nigel Gresley in the snow. \nThe LNER Class...