issues
search
matthewwithanm
/
python-markdownify
Convert HTML to Markdown
MIT License
1.17k
stars
140
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
how to disable \ escaping?
#158
sixwaaaay
closed
1 day ago
1
title gets mangled into href for <a title="x">
#157
hnykda
closed
5 days ago
3
[bug] Markdownify fails to parse `<img>` tags inside `<h5>` elements correctly
#156
khlee369
closed
6 days ago
1
Allow html tags that contain only spaces
#155
tthkbw
opened
1 month ago
1
When it runs COMFYU on PYTHON3.12.4, it causes comfyiui to fail to start.
#154
sprocsw
closed
6 days ago
3
Set escape_misc to False by default to improve backwards compatibility
#153
alfonsrv
closed
6 days ago
1
Fix logic for indentation inside list items
#152
jsm28
closed
6 days ago
1
More thorough cleanup of input whitespace
#151
jsm28
closed
6 days ago
1
Fix whitespace issues around wrapping
#150
jsm28
closed
6 days ago
0
More selective escaping of `-#.)` (alternative approach)
#149
jsm28
closed
6 days ago
1
Escape right square bracket
#148
eri24816
opened
2 months ago
1
Modernize Code
#147
Goldziher
opened
2 months ago
4
Default option to control escape for <pre> and <code>
#146
kgintel
closed
5 days ago
0
Create py.typed
#145
Goldziher
closed
2 months ago
2
Space before `<ol>` or `<ul>` element incorrectly indents the first list item
#144
chrispy-snps
closed
5 days ago
2
The incorrect h tag could cause the machine freeze due to excessive memory use
#143
vokiput
closed
5 days ago
1
TypeError is shown if html has wrong h tag
#142
vokiput
closed
5 days ago
2
Formatting inside code spans
#141
jonatanschroeder
closed
2 months ago
5
Markdownify conversion results in extra `\` before end parentheses `)`
#140
vivienneprince
closed
5 days ago
1
WHITELIST_TAGS don't work
#139
mahdi-marjani-moghadam
closed
5 days ago
1
Migrated the metadata into PEP 621-compliant pyproject.toml (new PR to add changes)
#138
AlexVonB
closed
4 months ago
0
Colspan int casting untreated error
#137
FHaggs
closed
4 months ago
1
fixed the way the converter is chosen for tags with names containing symbols not suitable for python def
#136
Fess-AKA-DeadMonk
opened
4 months ago
0
Keep the <u> tags
#135
NeKroFR
closed
4 months ago
0
Handle relative image URLs
#134
kaichen
opened
5 months ago
1
Fragment links using id are removed
#133
ngtw-j
closed
5 days ago
1
Exclude tests from packages
#132
juliadolgova
closed
5 months ago
2
fix unnecessary /n newlines resulting in a lot of white area in the markdown
#131
archit15singh
closed
5 months ago
2
unnecessary /n newlines resulting in a lot of white area in the markdown
#130
archit15singh
closed
6 days ago
2
Headers are not handled well when combined with details/summary tags
#129
alexei-osipov
closed
5 days ago
2
"UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 57218: character maps to <undefined>"
#128
hadupa
closed
5 days ago
2
handle ol start value is not number
#127
microdnd
closed
5 months ago
0
ValueError: invalid literal for int() with base 10: 'undefined' (table colspan)
#126
daviddwlee84
closed
5 months ago
1
Update MANIFEST.in to exclude tests during packaging
#125
samypr100
closed
5 months ago
0
Add option to convert titles into `# title` style
#124
perklet
closed
6 months ago
2
Handle invalid floating point colspan values gracefully
#123
jerridan
closed
5 months ago
3
be more selective about escaping special characters
#122
chrispy-snps
closed
6 days ago
5
Add table 'rowspan' support
#121
ffolkes1911
opened
7 months ago
1
More carefully separate inline text from block content
#120
jsm28
closed
6 days ago
2
Special-case use of HTML tags for converting `<sub>` / `<sup>`
#119
jsm28
closed
5 months ago
3
Escape all characters with Markdown significance
#118
jsm28
closed
7 months ago
3
Avoid inline styles inside `<code>` / `<pre>` conversion
#117
jsm28
closed
8 months ago
0
Explain that tag conversion functions are picked up automatically
#116
GeeCastro
closed
8 months ago
2
revert workaround example in README.md for `<script>` and `<style>`
#115
chrispy-snps
closed
8 months ago
0
make sure there are blank lines around table/figure captions
#114
chrispy-snps
closed
8 months ago
0
Blank lines are missing around figure and table captions
#113
chrispy-snps
closed
8 months ago
0
ignore script and style content (such as css and javascript)
#112
tlk
closed
8 months ago
1
Add no css example to readme
#111
GeeCastro
closed
8 months ago
5
Table merge cell horizontally
#110
xydxydxyd1
closed
8 months ago
0
Table merge cell horizontally
#109
xydxydxyd1
closed
8 months ago
0
Next