{"id":43772420,"url":"https://github.com/ZeroOneJs/markdown-design","last_synced_at":"2026-02-19T23:01:08.195Z","repository":{"id":299058647,"uuid":"1001906768","full_name":"ZeroOneJs/markdown-design","owner":"ZeroOneJs","description":"An out-of-the-box Markdown rendering component for Vue 3, built on markdown-it. It provides real-time Markdown rendering, table of contents generation, and full-text search, along with other commonly used features including markdown-it plugins, emoji, permalinks, and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-02-13T10:05:53.000Z","size":774,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-13T19:06:03.979Z","etag":null,"topics":["component","markdown-it","search","toc","vue-markdown","vue3"],"latest_commit_sha":null,"homepage":"https://markdown-design.pages.dev","language":"Vue","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/ZeroOneJs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-14T09:42:49.000Z","updated_at":"2026-01-29T02:59:07.000Z","dependencies_parsed_at":"2025-07-06T12:21:03.335Z","dependency_job_id":"7438b596-3030-482b-95e5-9451729bba0c","html_url":"https://github.com/ZeroOneJs/markdown-design","commit_stats":null,"previous_names":["zeroonejs/markdown-design"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/ZeroOneJs/markdown-design","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroOneJs%2Fmarkdown-design","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroOneJs%2Fmarkdown-design/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroOneJs%2Fmarkdown-design/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroOneJs%2Fmarkdown-design/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZeroOneJs","download_url":"https://codeload.github.com/ZeroOneJs/markdown-design/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroOneJs%2Fmarkdown-design/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29636035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["component","markdown-it","search","toc","vue-markdown","vue3"],"created_at":"2026-02-05T17:00:21.068Z","updated_at":"2026-02-19T23:01:08.190Z","avatar_url":"https://github.com/ZeroOneJs.png","language":"Vue","funding_links":[],"categories":["Components \u0026 Libraries"],"sub_categories":["UI Components"],"readme":"English | [中文](./README.zh-CN.md)\n\n# Vue Markdown Design\n\nVue Markdown Design is an out-of-the-box Markdown rendering component for Vue 3, built on [markdown-it](https://github.com/markdown-it/markdown-it).\n\n## Key Features\n\n🚀 **Core** - Real-time Markdown rendering, table of contents generation, and full-text search\n\n📦 **Builtins** - Includes commonly used Markdown features such as emoji, permalinks, and syntax highlighting\n\n🎨 **Theming** - Replaceable Markdown themes and component styles configurable via CSS variables\n\n🔌 **Plugins** - Compatible with markdown-it plugins for flexible extensibility\n\n📱 **Responsive** - Optimized for both desktop and mobile with responsive layouts\n\n🧩 **Modular** - Import core features on demand and compose components for flexible layouts\n\n🛡️ **Security** - HTML sanitization is enabled by default to mitigate XSS and other attacks\n\n📋 **Typings** - Written in TypeScript with complete type definitions\n\n## Quick Start\n\n### Installation\n\n```sh\nnpm i vue-markdown-design\n```\n\n### Usage\n\n```js\n// main.js\n\n// Import component\nimport VueMarkdown from 'vue-markdown-design'\n\nimport { createApp } from 'vue'\n\nconst app = createApp()\n\n// Register component\napp.use(VueMarkdown)\n\napp.mount('#app')\n```\n\n```vue\n\u003c!-- App.vue --\u003e\n\n\u003cvue-markdown :src=\"`# Title\\nContent`\" /\u003e\n```\n\n## More\n\nFor detailed documentation, visit https://markdown-design.pages.dev.\n\n## License\n\nReleased under the [MIT](./LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZeroOneJs%2Fmarkdown-design","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FZeroOneJs%2Fmarkdown-design","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZeroOneJs%2Fmarkdown-design/lists"}