{"id":14957213,"url":"https://github.com/vercel/remark-capitalize","last_synced_at":"2025-10-01T15:31:25.294Z","repository":{"id":55868559,"uuid":"126022270","full_name":"vercel/remark-capitalize","owner":"vercel","description":"Transform all markdown titles with title.sh","archived":false,"fork":false,"pushed_at":"2020-12-10T12:49:48.000Z","size":5,"stargazers_count":30,"open_issues_count":4,"forks_count":6,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-15T00:24:33.554Z","etag":null,"topics":["capitalization","mdx","plugin","remark","title"],"latest_commit_sha":null,"homepage":"https://npmjs.com/remark-capitalize","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/vercel.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":"2018-03-20T13:31:52.000Z","updated_at":"2024-09-17T03:35:26.000Z","dependencies_parsed_at":"2022-08-15T08:10:28.030Z","dependency_job_id":null,"html_url":"https://github.com/vercel/remark-capitalize","commit_stats":null,"previous_names":["zeit/remark-capitalize"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vercel%2Fremark-capitalize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vercel%2Fremark-capitalize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vercel%2Fremark-capitalize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vercel%2Fremark-capitalize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vercel","download_url":"https://codeload.github.com/vercel/remark-capitalize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234715692,"owners_count":18875902,"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":["capitalization","mdx","plugin","remark","title"],"created_at":"2024-09-24T13:14:22.464Z","updated_at":"2025-10-01T15:31:20.011Z","avatar_url":"https://github.com/vercel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remark Capitalize\n\nTransform all markdown titles with [title.sh](https://github.com/zeit/title)\n\n## Getting started\n\n```\nnpm install --save remark-capitalize\n```\n\n### Usage with MDX\n\n[mdx](https://github.com/mdx-js/mdx) uses remark to transform an MDX document into JSX tags. It has support for passing plugins through the loader options:\n\n```js\nconst remarkCapitalize = require('remark-capitalize')\n// part of webpack.config.js\n{\n  test: /\\.mdx$/,\n  use: [\n    defaultLoaders.babel,\n    {\n      loader: '@compositor/markdown-loader',\n      options: {\n        plugins: [remarkCapitalize]\n      }\n    }\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvercel%2Fremark-capitalize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvercel%2Fremark-capitalize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvercel%2Fremark-capitalize/lists"}