{"id":28911714,"url":"https://github.com/markdown-it/markdown-it-abbr","last_synced_at":"2025-06-21T19:10:45.995Z","repository":{"id":25331516,"uuid":"28758663","full_name":"markdown-it/markdown-it-abbr","owner":"markdown-it","description":"Abbreviation (\u003cabbr\u003e) tag plugin for markdown-it markdown parser","archived":false,"fork":false,"pushed_at":"2023-12-06T05:21:31.000Z","size":30,"stargazers_count":48,"open_issues_count":5,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-11T03:37:27.717Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://markdown-it.github.io/","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/markdown-it.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-01-04T00:29:49.000Z","updated_at":"2025-05-11T06:01:03.000Z","dependencies_parsed_at":"2023-12-18T18:41:25.518Z","dependency_job_id":"07cdbb24-165f-4587-8184-829154b5acd5","html_url":"https://github.com/markdown-it/markdown-it-abbr","commit_stats":{"total_commits":24,"total_committers":3,"mean_commits":8.0,"dds":"0.41666666666666663","last_synced_commit":"b30f33409ebb03a9cd0a0491622b2af81431fb2d"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/markdown-it/markdown-it-abbr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markdown-it%2Fmarkdown-it-abbr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markdown-it%2Fmarkdown-it-abbr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markdown-it%2Fmarkdown-it-abbr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markdown-it%2Fmarkdown-it-abbr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markdown-it","download_url":"https://codeload.github.com/markdown-it/markdown-it-abbr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markdown-it%2Fmarkdown-it-abbr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260625197,"owners_count":23038166,"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-06-21T19:09:39.316Z","updated_at":"2025-06-21T19:10:45.987Z","avatar_url":"https://github.com/markdown-it.png","language":"JavaScript","readme":"# markdown-it-abbr\n\n[![CI](https://github.com/markdown-it/markdown-it-abbr/actions/workflows/ci.yml/badge.svg)](https://github.com/markdown-it/markdown-it-abbr/actions/workflows/ci.yml)\n[![NPM version](https://img.shields.io/npm/v/markdown-it-abbr.svg?style=flat)](https://www.npmjs.org/package/markdown-it-abbr)\n[![Coverage Status](https://img.shields.io/coveralls/markdown-it/markdown-it-abbr/master.svg?style=flat)](https://coveralls.io/r/markdown-it/markdown-it-abbr?branch=master)\n\n\u003e Abbreviation (`\u003cabbr\u003e`) tag plugin for [markdown-it](https://github.com/markdown-it/markdown-it) markdown parser.\n\n__v1.+ requires `markdown-it` v4.+, see changelog.__\n\nMarkup is based on [php markdown extra](https://michelf.ca/projects/php-markdown/extra/#abbr) definition, but without multiline support.\n\nMarkdown:\n\n```\n*[HTML]: Hyper Text Markup Language\n*[W3C]:  World Wide Web Consortium\nThe HTML specification\nis maintained by the W3C.\n```\n\nHTML:\n\n```html\n\u003cp\u003eThe \u003cabbr title=\"Hyper Text Markup Language\"\u003eHTML\u003c/abbr\u003e specification\nis maintained by the \u003cabbr title=\"World Wide Web Consortium\"\u003eW3C\u003c/abbr\u003e.\u003c/p\u003e\n```\n\n## Install\n\nnode.js, browser:\n\n```bash\nnpm install markdown-it-abbr --save\nbower install markdown-it-abbr --save\n```\n\n## Use\n\n```js\nvar md = require('markdown-it')()\n            .use(require('markdown-it-abbr'));\n\nmd.render(/*...*/) // see example above\n```\n\n_Differences in browser._ If you load script directly into the page, without\npackage system, module will add itself globally as `window.markdownitAbbr`.\n\n\n## License\n\n[MIT](https://github.com/markdown-it/markdown-it-abbr/blob/master/LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkdown-it%2Fmarkdown-it-abbr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkdown-it%2Fmarkdown-it-abbr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkdown-it%2Fmarkdown-it-abbr/lists"}