An open API service for providing issue and pull request metadata for open source projects.

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

#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

#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

#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

#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

#171 - optimize empty-line handling for li and blockquote content

Pull Request - 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

#167 - insert a blank line between table caption, table content

Pull Request - 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

#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

#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

#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

#137 - Colspan int casting untreated error

Issue - State: closed - Opened by FHaggs about 1 year ago - 1 comment

#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

#127 - handle ol start value is not number

Pull Request - State: closed - Opened by microdnd about 1 year ago

#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