GitHub / matthewwithanm/python-markdownify issues and pull requests
#219 - Fix Nested Table Conversion in HTML-to-Markdown Process
Pull Request -
State: open - Opened by Wuhall 3 months ago
- 2 comments
#218 - Should not treat newline at end of pre/code block as blank line
Issue -
State: open - Opened by stevecj 3 months ago
- 3 comments
#217 - Add conversion support for <q> tags
Pull Request -
State: closed - Opened by colinrobinsonuib 3 months ago
- 2 comments
#216 - Inline Quotation element ignored
Issue -
State: closed - Opened by colinrobinsonuib 3 months ago
- 2 comments
#215 - Shipping types for type-checking
Issue -
State: open - Opened by G-Rath 3 months ago
#214 - Ensure that explicitly provided heading conversion functions are used (#212)
Pull Request -
State: closed - Opened by chrispy-snps 3 months ago
#213 - make convert_hn() public instead of internal
Pull Request -
State: closed - Opened by chrispy-snps 4 months ago
- 4 comments
#212 - Custom converter functions are not recognized for heading tags
Issue -
State: closed - Opened by lilacpixel 4 months ago
- 1 comment
#211 - Insufficient indentation for nested lists
Issue -
State: open - Opened by pcraig3 4 months ago
- 4 comments
#210 - In tables, separator between heading and data rows is not as wide as content
Issue -
State: closed - Opened by Avuvos 4 months ago
- 2 comments
#209 - The strip_document option works on BeautifulSoup objects but not Tag objects
Issue -
State: open - Opened by chrispy-snps 4 months ago
#208 - Add clarification of the meaning of `strip` option
Issue -
State: closed - Opened by hrbattery 4 months ago
- 1 comment
#207 - UnicodeDecodeError
Issue -
State: open - Opened by bprager 4 months ago
- 1 comment
#206 - Add beautiful_soup_parser option
Pull Request -
State: closed - Opened by vincentkelleher 4 months ago
- 3 comments
#205 - Autoclosing / Non-Autoclosing HTML tags support
Issue -
State: closed - Opened by vincentkelleher 5 months ago
- 3 comments
#204 - crash when parsing malformed html in markdown
Issue -
State: open - Opened by NashMiao 5 months ago
- 2 comments
#203 - Generalize colspan handling to handle missing header rows
Pull Request -
State: closed - Opened by sbrown61 5 months ago
- 1 comment
#202 - in inline contexts, resolve <br/> to a space instead of an empty string
Pull Request -
State: closed - Opened by chrispy-snps 5 months ago
#201 - `<br/>` in inline contexts does not evaluate to a separating space
Issue -
State: closed - Opened by chrispy-snps 5 months ago
#200 - add missing newlines for definition lists
Pull Request -
State: closed - Opened by chrispy-snps 5 months ago
#199 - Definition lists do not insert required newlines
Issue -
State: closed - Opened by chrispy-snps 5 months ago
#198 - Colspan in first row not handled when table heading is missing
Issue -
State: closed - Opened by sbrown61 5 months ago
- 2 comments
#197 - Rename "strip" option to "skip"
Issue -
State: open - Opened by chrispy-snps 5 months ago
- 3 comments
#196 - Use a conversion function cache to improve runtime
Pull Request -
State: closed - Opened by chrispy-snps 5 months ago
- 2 comments
#195 - rename regex pattern variables
Pull Request -
State: closed - Opened by chrispy-snps 5 months ago
#194 - Use compiled regex patterns for escaping to improve runtime
Pull Request -
State: closed - Opened by chrispy-snps 5 months ago
#193 - Whitespace between comments is no longer removed
Issue -
State: open - Opened by chrispy-snps 5 months ago
#192 - The unexpected line break occurred during the process of handling HTML
Issue -
State: closed - Opened by Randark-JMT 5 months ago
- 6 comments
#191 - propagate parent tag context downward to improve runtime
Pull Request -
State: closed - Opened by chrispy-snps 6 months ago
- 3 comments
#190 - Improve runtime for parent element context checking
Issue -
State: closed - Opened by chrispy-snps 6 months ago
#189 - Support `video` tag with `poster` attribute
Pull Request -
State: closed - Opened by itmammoth 6 months ago
#188 - Avoid stripping nonbreaking spaces
Pull Request -
State: closed - Opened by jsm28 6 months ago
- 1 comment
#187 - Escape right square brackets
Pull Request -
State: closed - Opened by jsm28 6 months ago
- 7 comments
#186 - use list-based processing (inspired by AlextheYounga)
Pull Request -
State: closed - Opened by chrispy-snps 6 months ago
- 6 comments
#185 - Newlines inside `<pre>` blocks are collapsed instead of preserved
Issue -
State: closed - Opened by chrispy-snps 6 months ago
#184 - make conversion non-destructive to soup; improve div/article/section handling
Pull Request -
State: closed - Opened by chrispy-snps 6 months ago
- 2 comments
#183 - when computing <ol><li> numbering, ignore non-<li> previous siblings
Pull Request -
State: closed - Opened by chrispy-snps 6 months ago
- 1 comment
#182 - simplify computation of convert_children_as_inline variable
Pull Request -
State: closed - Opened by chrispy-snps 6 months ago
#181 - remove superfluous leading/trailing whitespace
Pull Request -
State: closed - Opened by chrispy-snps 6 months ago
- 5 comments
#180 - Image inside SPAN is discarded
Issue -
State: closed - Opened by sglebs 6 months ago
- 4 comments
#179 - add blank line before/after preformatted blocks
Pull Request -
State: closed - Opened by chrispy-snps 6 months ago
- 1 comment
#178 - add blank line before ATX-style headings to avoid ambiguity
Pull Request -
State: closed - Opened by chrispy-snps 6 months ago
#177 - It fails on amazon.com
Issue -
State: closed - Opened by MagMueller 7 months ago
- 1 comment
#176 - Missing blank lines above headings or code blocks
Issue -
State: closed - Opened by ninsbl 7 months ago
- 2 comments
#175 - Inconsistent handling of No-Break Space and Space
Issue -
State: open - Opened by matiasfrndz 7 months ago
- 7 comments
#174 - code simplification to remove the children_only parameter
Pull Request -
State: closed - Opened by chrispy-snps 7 months ago
#173 - support HTML definition lists (`<dl>`, `<dt>`, and `<dd>`)
Pull Request -
State: closed - Opened by chrispy-snps 7 months ago
- 4 comments
#172 - support HTML definition lists (`<dl>`, `<dt>`, and `<dd>`)
Issue -
State: closed - Opened by chrispy-snps 7 months ago
#171 - optimize empty-line handling for li and blockquote content
Pull Request -
State: closed - Opened by chrispy-snps 7 months ago
#170 - optimize representation of empty lines in `<li>` and `<blockquote>` content
Issue -
State: closed - Opened by chrispy-snps 7 months ago
#169 - allow a wrap_width value of None for unlimited line lengths
Pull Request -
State: closed - Opened by chrispy-snps 7 months ago
- 2 comments
#168 - Support a wrap width value of `None` that explicitly indicates no width limit (unlimited line length)
Issue -
State: closed - Opened by chrispy-snps 7 months ago
#167 - insert a blank line between table caption, table content
Pull Request -
State: closed - Opened by chrispy-snps 7 months ago
#166 - Add a blank line between table captions and table content
Issue -
State: closed - Opened by chrispy-snps 7 months ago
#165 - do not construct Markdown links in code spans and code blocks
Pull Request -
State: closed - Opened by chrispy-snps 7 months ago
#164 - `<a>` tag links should not be constructed inside preformatted tags
Issue -
State: closed - Opened by chrispy-snps 7 months ago
#163 - Provide general-purpose element preprocessing/postprocessing functions
Pull Request -
State: open - Opened by Divyesh06 7 months ago
- 9 comments
#162 - perf: improve parsing performance from o(n^2) to o(n)
Pull Request -
State: closed - Opened by AlextheYounga 7 months ago
- 14 comments
#161 - Add a new configuration option to control table header row inference
Pull Request -
State: closed - Opened by SomeBottle 8 months ago
- 10 comments
#160 - How to iteratively transform subpages within an HTML document?
Issue -
State: closed - Opened by SetonLiang 8 months ago
- 1 comment
#159 - Deeply nested lists
Issue -
State: closed - Opened by smortezah 8 months ago
- 1 comment
#158 - how to disable \ escaping?
Issue -
State: closed - Opened by sixwaaaay 8 months ago
- 1 comment
#157 - title gets mangled into href for <a title="x">
Issue -
State: closed - Opened by hnykda 8 months ago
- 3 comments
#156 - [bug] Markdownify fails to parse `<img>` tags inside `<h5>` elements correctly
Issue -
State: closed - Opened by khlee369 9 months ago
- 1 comment
#155 - Allow html tags that contain only spaces
Issue -
State: open - Opened by tthkbw 9 months ago
- 2 comments
#154 - When it runs COMFYU on PYTHON3.12.4, it causes comfyiui to fail to start.
Issue -
State: closed - Opened by sprocsw 10 months ago
- 3 comments
#153 - Set escape_misc to False by default to improve backwards compatibility
Pull Request -
State: closed - Opened by alfonsrv 10 months ago
- 1 comment
#152 - Fix logic for indentation inside list items
Pull Request -
State: closed - Opened by jsm28 10 months ago
- 2 comments
#151 - More thorough cleanup of input whitespace
Pull Request -
State: closed - Opened by jsm28 10 months ago
- 1 comment
#150 - Fix whitespace issues around wrapping
Pull Request -
State: closed - Opened by jsm28 10 months ago
#149 - More selective escaping of `-#.)` (alternative approach)
Pull Request -
State: closed - Opened by jsm28 10 months ago
- 1 comment
#148 - Escape right square bracket
Pull Request -
State: closed - Opened by eri24816 11 months ago
- 2 comments
#147 - Modernize Code
Pull Request -
State: closed - Opened by Goldziher 11 months ago
- 4 comments
#146 - Default option to control escape for <pre> and <code>
Issue -
State: closed - Opened by kgintel 11 months ago
#145 - Create py.typed
Pull Request -
State: closed - Opened by Goldziher 11 months ago
- 2 comments
#144 - Space before `<ol>` or `<ul>` element incorrectly indents the first list item
Issue -
State: closed - Opened by chrispy-snps 11 months ago
- 2 comments
#143 - The incorrect h tag could cause the machine freeze due to excessive memory use
Issue -
State: closed - Opened by vokiput 11 months ago
- 1 comment
#142 - TypeError is shown if html has wrong h tag
Issue -
State: closed - Opened by vokiput 11 months ago
- 2 comments
#141 - Formatting inside code spans
Issue -
State: closed - Opened by jonatanschroeder 11 months ago
- 8 comments
#140 - Markdownify conversion results in extra `\` before end parentheses `)`
Issue -
State: closed - Opened by vivienneprince about 1 year ago
- 1 comment
#139 - WHITELIST_TAGS don't work
Issue -
State: closed - Opened by mahdi-marjani-moghadam about 1 year ago
- 1 comment
#138 - Migrated the metadata into PEP 621-compliant pyproject.toml (new PR to add changes)
Pull Request -
State: closed - Opened by AlexVonB about 1 year ago
#137 - Colspan int casting untreated error
Issue -
State: closed - Opened by FHaggs about 1 year ago
- 1 comment
#136 - for convert_* functions, allow for tags with special characters in their name (like "subtag-name")
Pull Request -
State: closed - Opened by Fess-AKA-DeadMonk about 1 year ago
- 3 comments
#135 - Keep the <u> tags
Issue -
State: closed - Opened by NeKroFR about 1 year ago
#134 - Handle relative image URLs
Pull Request -
State: open - Opened by kaichen about 1 year ago
- 5 comments
#133 - Fragment links using id are removed
Issue -
State: closed - Opened by ngtw-j about 1 year ago
- 1 comment
#132 - Exclude tests from packages
Pull Request -
State: closed - Opened by juliadolgova about 1 year ago
- 2 comments
#131 - fix unnecessary /n newlines resulting in a lot of white area in the markdown
Pull Request -
State: closed - Opened by archit15singh about 1 year ago
- 2 comments
#130 - unnecessary /n newlines resulting in a lot of white area in the markdown
Issue -
State: closed - Opened by archit15singh about 1 year ago
- 2 comments
#129 - Headers are not handled well when combined with details/summary tags
Issue -
State: closed - Opened by alexei-osipov about 1 year ago
- 2 comments
#128 - "UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 57218: character maps to <undefined>"
Issue -
State: closed - Opened by hadupa about 1 year ago
- 2 comments
#127 - handle ol start value is not number
Pull Request -
State: closed - Opened by microdnd about 1 year ago
#126 - ValueError: invalid literal for int() with base 10: 'undefined' (table colspan)
Issue -
State: closed - Opened by daviddwlee84 about 1 year ago
- 1 comment
#125 - Update MANIFEST.in to exclude tests during packaging
Pull Request -
State: closed - Opened by samypr100 about 1 year ago
#124 - Add option to convert titles into `# title` style
Issue -
State: closed - Opened by yifeikong over 1 year ago
- 2 comments
#123 - Handle invalid floating point colspan values gracefully
Issue -
State: closed - Opened by jerridan over 1 year ago
- 3 comments
#122 - be more selective about escaping special characters
Pull Request -
State: closed - Opened by chrispy-snps over 1 year ago
- 5 comments
#121 - Add table 'rowspan' support
Issue -
State: open - Opened by ffolkes1911 over 1 year ago
- 2 comments
#120 - More carefully separate inline text from block content
Pull Request -
State: closed - Opened by jsm28 over 1 year ago
- 2 comments