{"id":20774968,"url":"https://github.com/qdot/vuepress-markdown","last_synced_at":"2026-06-07T14:31:11.579Z","repository":{"id":66557602,"uuid":"165578982","full_name":"qdot/vuepress-markdown","owner":"qdot","description":"Copy of @vuepress/markdown for importing over actual package","archived":false,"fork":false,"pushed_at":"2019-01-14T02:05:51.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-20T00:19:57.918Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qdot.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-14T02:00:23.000Z","updated_at":"2023-09-08T17:49:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"00f77bac-d2f1-448a-94a5-682aaa3ee773","html_url":"https://github.com/qdot/vuepress-markdown","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qdot/vuepress-markdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdot%2Fvuepress-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdot%2Fvuepress-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdot%2Fvuepress-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdot%2Fvuepress-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qdot","download_url":"https://codeload.github.com/qdot/vuepress-markdown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdot%2Fvuepress-markdown/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34025803,"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-07T02:00:07.652Z","response_time":124,"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":"2024-11-17T12:34:03.171Z","updated_at":"2026-06-07T14:31:11.545Z","avatar_url":"https://github.com/qdot.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @vuepress/markdown\n\n\u003e markdown library for vuepress\n\n## Public API\n\n### PLUGINS\n\nA map [constant](./lib/constant.js) containing the names of all built-in markdown-it plugins.\n\n### isRequiredPlugin(pluginName: string)\n\n- **Usage**:\n\n```js\nconst { isRequiredPlugin } = require('@vuepress/markdown')\nconsole.log(isRequiredPlugin(PLUGINS.COMPONENT)) // true\nconsole.log(isRequiredPlugin(PLUGINS.HIGHLIGHT_LINES)) // false\n```\n\n### removePlugin(config: chainMarkdown, pluginName: string)\n\nRemove the specified built-in markdown-it plugin in VuePress.\n\nIt's needed to use with VuePress's [Plugin API \u003e chainMarkdown](https://vuepress.vuejs.org/plugin/option-api.html#chainmarkdown).\n\n- **Usage**:\n\n```js\n// Your VuePress Plugin or site config.\nconst { removePlugin } = require('@vuepress/markdown')\nmodule.exports = {\n  chainMarkdown (config) {\n    removePlugin(config, PLUGINS.HIGHLIGHT_LINES)\n  }\n}\n```\n\n\u003e Note that `PLUGINS.COMPONENT` and `PLUGINS.ANCHOR` are required in VuePress, It is forbidden to delete them!\n\n### removeAllBuiltInPlugins(config: chainMarkdown)\n\nRemove all built-in but not 100% necessary markdown-it plugins in VuePress.\n\n- **Usage**:\n\n```js\n// Your VuePress Plugin or site config.\nmodule.exports = {\n  chainMarkdown (config) {\n    require('@vuepress/markdown').removeAllBuiltInPlugins(config)\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdot%2Fvuepress-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqdot%2Fvuepress-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdot%2Fvuepress-markdown/lists"}