{"id":28376652,"url":"https://github.com/apiaryio/markedit-aligned-table","last_synced_at":"2025-06-26T14:31:19.169Z","repository":{"id":66603668,"uuid":"46943480","full_name":"apiaryio/markedit-aligned-table","owner":"apiaryio","description":"Modified MarkedIt table renderer for sanitizer-friendly column alignment","archived":true,"fork":false,"pushed_at":"2015-12-09T12:58:44.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-30T00:07:30.509Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/apiaryio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-26T19:21:14.000Z","updated_at":"2024-11-08T09:04:05.000Z","dependencies_parsed_at":"2023-03-14T17:00:56.254Z","dependency_job_id":null,"html_url":"https://github.com/apiaryio/markedit-aligned-table","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/apiaryio/markedit-aligned-table","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiaryio%2Fmarkedit-aligned-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiaryio%2Fmarkedit-aligned-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiaryio%2Fmarkedit-aligned-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiaryio%2Fmarkedit-aligned-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apiaryio","download_url":"https://codeload.github.com/apiaryio/markedit-aligned-table/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiaryio%2Fmarkedit-aligned-table/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262084658,"owners_count":23256282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-05-30T00:07:29.975Z","updated_at":"2025-06-26T14:31:19.156Z","avatar_url":"https://github.com/apiaryio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# markedit-aligned-table\n\n[![CircleCI Build Status](https://circleci.com/gh/apiaryio/markedit-aligned-table.svg?style=shield)](https://circleci.com/gh/apiaryio/markedit-aligned-table)\n\nThis is modified version of [MarkedIt's table renderer](https://github.com/markdown-it/markdown-it/blob/master/lib/rules_block/table.js). The only difference is that it uses `align=\"where\"` instead of `style=\"text-align: where\"` for column alignment, because the latter is stripped during sanitisation by Google CAJA's [sanitizer](https://www.npmjs.com/package/sanitizer).\n\n## Installation\n\n```shell\nnpm install markedit-aligned-table\n```\n\n## Usage\n\n```js\n\tvar md = require('markdown-it')('commonmark')\n\t\t.disable('table')\n\t\t.use(require('markedit-aligned-table'));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapiaryio%2Fmarkedit-aligned-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapiaryio%2Fmarkedit-aligned-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapiaryio%2Fmarkedit-aligned-table/lists"}