{"id":21722700,"url":"https://github.com/czukowski/markdown-tables","last_synced_at":"2026-04-16T14:03:26.003Z","repository":{"id":56960999,"uuid":"68175686","full_name":"czukowski/markdown-tables","owner":"czukowski","description":"RST Grid Tables add-on for cebe/markdown","archived":false,"fork":false,"pushed_at":"2016-10-26T13:24:30.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-16T10:50:25.107Z","etag":null,"topics":["grid-table","markdown","rst"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/czukowski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-14T05:21:12.000Z","updated_at":"2017-03-14T11:00:54.000Z","dependencies_parsed_at":"2022-08-21T09:20:59.284Z","dependency_job_id":null,"html_url":"https://github.com/czukowski/markdown-tables","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/czukowski/markdown-tables","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czukowski%2Fmarkdown-tables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czukowski%2Fmarkdown-tables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czukowski%2Fmarkdown-tables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czukowski%2Fmarkdown-tables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/czukowski","download_url":"https://codeload.github.com/czukowski/markdown-tables/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czukowski%2Fmarkdown-tables/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31888937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["grid-table","markdown","rst"],"created_at":"2024-11-26T02:32:02.246Z","updated_at":"2026-04-16T14:03:25.986Z","avatar_url":"https://github.com/czukowski.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Grid Tables for cebe/markdown\n=============================\n\nThis package adds support for reStructuredText's (RST) [Grid Tables][grid-tables] syntax to [cebe's\nMarkdown][cebe/markdown] implementation.\n\nThe motivation behind it is that technical documentation often requires a support for tables that\nare complex, can span rows and columns and contain block elements. Grid Tables for RST provide that,\neven though they're harder to type than other table implementations in Markdown.\n\nThe current implementation is a port of Grid Tables parser from [Docutils][docutils] module\noriginally written in Python by David Goodger. Note that Docutils's scope is far greater than Grid\nTables and my intention was not to replicate all of it. One considered extension is eventually\nadding support for [Simple Tables][simple-tables] syntax, especially since the current code\nstructure makes it relatively easy task.\n\nInstallation\n------------\n\nRecommended installation is via [composer][composer] by running:\n\n    composer require czukowski/markdown-tables \"~1.0\"\n\nAlternatively you may add the following to the `require` section of your project's `composer.json`\nmanually and then run `composer update` from the command line:\n\n```json\n\"czukowski/markdown-tables: \"~1.0\"\n```\n\nUsage\n-----\n\nThis package provides a `RSTTableBlockTrait` that may be used in classes extending the cebe's\noriginal Markdown parsers.\n\nAlternatively, three extensions are provided for easy use (pick one that suits best):\n\n```php\nuse Cz\\Markdown;\n\n$markdownWithRSTTables = new MarkdownWithRSTTables;\n$githubMarkdownWithRSTTables = new GithubMarkdownWithRSTTables;\n$markdownExtraWithRSTTables = new MarkdownExtraWithRSTTables;\n```\n\nFor more information refer to the [original Readme file][markdown-usage].\n\nKnown Issues\n------------\n\nIf the tables seem broken, make sure a correct default encoding is set beforehand, for example:\n\n```php\n// Set default encoding to UTF-8.\nmb_internal_encoding('UTF-8');\n```\n\nLicense\n-------\n\nThe distribution is permitted under the MIT License. See LICENSE.md for details.\n\n\n  [cebe/markdown]: https://github.com/cebe/markdown\n  [composer]: https://getcomposer.org/ \n  [docutils]: https://sourceforge.net/projects/docutils/\n  [grid-tables]: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#grid-tables\n  [markdown-usage]: https://github.com/cebe/markdown#usage\n  [simple-tables]: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#simple-tables\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fczukowski%2Fmarkdown-tables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fczukowski%2Fmarkdown-tables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fczukowski%2Fmarkdown-tables/lists"}