{"id":25633152,"url":"https://github.com/simonfelding/markdown-table-repair","last_synced_at":"2026-06-18T02:30:59.124Z","repository":{"id":185623865,"uuid":"344490533","full_name":"simonfelding/markdown-table-repair","owner":"simonfelding","description":"Markdown tables are pretty fragile. This script can add the formalities to make a | seperated markdown table work.","archived":false,"fork":false,"pushed_at":"2021-03-04T14:37:21.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T21:30:16.769Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonfelding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-03-04T13:51:10.000Z","updated_at":"2021-03-04T14:37:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ab61b8e-4c95-4fe6-bb62-215a8b402837","html_url":"https://github.com/simonfelding/markdown-table-repair","commit_stats":null,"previous_names":["simonfelding/markdown-table-repair"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simonfelding/markdown-table-repair","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonfelding%2Fmarkdown-table-repair","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonfelding%2Fmarkdown-table-repair/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonfelding%2Fmarkdown-table-repair/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonfelding%2Fmarkdown-table-repair/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonfelding","download_url":"https://codeload.github.com/simonfelding/markdown-table-repair/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonfelding%2Fmarkdown-table-repair/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34474063,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-22T21:28:04.328Z","updated_at":"2026-06-18T02:30:59.109Z","avatar_url":"https://github.com/simonfelding.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# markdown-table-repair\nMarkdown tables are pretty fragile. This script can add the formalities to make a | seperated markdown table work.\n\nTop row dictates size of table.\n\n\n## example\nthis table is broken: 1. extra whitespace in Characteristics cell, 2. too few dashes in second row, 3. Respondents row has 4 cells instead of five:\n\n```\n| #Table 1. Characteristics of the sample |     |      |            |            |\n|-------------------------------------|-----|------|------------|------------|\n| Characteristic                             | n   | %    | weighted n | weighted % |\n| Respondents                             | 123 | n/a  | 1.234.567  |\n```\n\nThe script detects and removes the errors, outputting a markdown table suitable for sensitive stuff like https://github.com/Zettlr/Zettlr\n\n```\n| #Table 1. Characteristics of the sample |     |      |            |            |\n|-----------------------------------------|-----|------|------------|------------|\n| Characteristic                          | n   | %    | weighted n | weighted % |\n| Respondents                             | 123 | n/a  | 1.234.567  |            |\n```\n\nIt will also transform this\n```\n| table 1 | 11 | 2222 | 3333333 |\n|-|-|-|-|\n| test | hi | to | you |\n```\n\nto this\n```\n| table 1 | 11 | 2222 | 3333333 |\n|---------|----|------|---------|\n| test    | hi | to   | you     |\n```\n\nnot sure if it's needed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonfelding%2Fmarkdown-table-repair","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonfelding%2Fmarkdown-table-repair","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonfelding%2Fmarkdown-table-repair/lists"}