{"id":18485410,"url":"https://github.com/system76/markdown","last_synced_at":"2025-07-23T04:33:30.140Z","repository":{"id":38172876,"uuid":"239568058","full_name":"system76/markdown","owner":"system76","description":"System76 markdown parsing for the web","archived":false,"fork":false,"pushed_at":"2023-03-01T03:17:42.000Z","size":9771,"stargazers_count":7,"open_issues_count":13,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-14T04:21:15.619Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://markdown.origin76.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/system76.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2020-02-10T17:14:18.000Z","updated_at":"2025-03-27T22:26:41.000Z","dependencies_parsed_at":"2024-06-21T15:55:33.151Z","dependency_job_id":null,"html_url":"https://github.com/system76/markdown","commit_stats":{"total_commits":10,"total_committers":5,"mean_commits":2.0,"dds":0.5,"last_synced_commit":"f47648dfdb6e20d2f8f8713580d2f35f7f58f29e"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/system76/markdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/system76%2Fmarkdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/system76%2Fmarkdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/system76%2Fmarkdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/system76%2Fmarkdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/system76","download_url":"https://codeload.github.com/system76/markdown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/system76%2Fmarkdown/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265416877,"owners_count":23761486,"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":"2024-11-06T12:45:08.483Z","updated_at":"2025-07-23T04:33:30.114Z","avatar_url":"https://github.com/system76.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e@system76/markdown\u003c/h1\u003e\n  \u003ch3\u003eSystem76 markdown parsing for the web\u003c/h3\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@system76/markdown/\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@system76/markdown.svg\" alt=\"npm\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/system76/markdown/actions?query=workflow%3ACI\"\u003e\n    \u003cimg src=\"https://github.com/system76/markdown/workflows/CI/badge.svg?branch=master\" alt=\"GitHub actions\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://renovatebot.com/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/renovate-enabled-brightgreen.svg\" alt=\"renovate\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://standardjs.com\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/code_style-standard-brightgreen.svg\" alt=\"standard\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://markdown.origin76.com/\"\u003e\n    \u003cimg src=\"https://cdn.jsdelivr.net/gh/storybooks/brand@master/badge/badge-storybook.svg\" alt=\"Storybook\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\nThis repository contains the markdown parser and plugin configuration we use for\nSystem76 websites.\n\n## Using\n\n```\nnpm install --save @system76/markdown\n```\n\n```vue\n\u003ctemplate\u003e\n  \u003carticle v-markdown.full\u003e\n    ## This will be parsed as markdown\n\n    so type away!\n  \u003c/article\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\nimport { directive as markdownDirective } from '@system76/markdown'\n\nexport default {\n  directives: {\n    markdown: markdownDirective\n  }\n}\n\u003c/script\u003e\n```\n\nView [the docs](https://markdown.origin76.com) to see more examples.\n\n## Development\n\n1) Download the repository\n\n2) Run `npm ci`\n\n3) Run `npm start`\n\n4) Start hacking\n\n5) Run `npm test`\n\n6) Make a commit in [Angular Commit Message Conventions](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines)\nformat.\n\n## Deployment\n\nTo [trigger a release](https://semantic-release.gitbook.io/semantic-release/#triggering-a-release),\npush a commit to the `master` branch in the\n[Angular Commit Message Conventions](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines)\nformat.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystem76%2Fmarkdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsystem76%2Fmarkdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystem76%2Fmarkdown/lists"}