{"id":19893991,"url":"https://github.com/enpitsulin/solidjs-markdown","last_synced_at":"2026-01-02T09:41:53.130Z","repository":{"id":121169052,"uuid":"601172523","full_name":"enpitsuLin/solidjs-markdown","owner":"enpitsuLin","description":"Markdown component for SolidJS","archived":false,"fork":false,"pushed_at":"2024-05-22T04:16:37.000Z","size":687,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T19:48:17.967Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/enpitsuLin.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}},"created_at":"2023-02-13T14:17:51.000Z","updated_at":"2024-05-22T04:16:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"16827090-48aa-4804-9665-5d4fda020e6d","html_url":"https://github.com/enpitsuLin/solidjs-markdown","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enpitsuLin%2Fsolidjs-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enpitsuLin%2Fsolidjs-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enpitsuLin%2Fsolidjs-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enpitsuLin%2Fsolidjs-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enpitsuLin","download_url":"https://codeload.github.com/enpitsuLin/solidjs-markdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243837976,"owners_count":20355965,"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-12T18:32:10.310Z","updated_at":"2026-01-02T09:41:53.102Z","avatar_url":"https://github.com/enpitsuLin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp\u003e\n  \u003cimg width=\"100%\" src=\"https://assets.solidjs.com/banner?type=solidjs-markdown\u0026background=tiles\u0026project=%20\" alt=\"solidjs-markdown\"\u003e\n\u003c/p\u003e\n\n# solidjs-markdown\n\nSolidjs component to render markdown.\n\n## Quick start\n\n**Notice**: This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).\n\nInstall it with node:\n\n```bash\nnpm i solidjs-markdown\n# or\nyarn add solidjs-markdown\n# or\npnpm add solidjs-markdown\n```\n\nIn Deno with `esm.sh`:\n\n```bash\nimport SolidjsMarkdown from 'https://esm.sh/solidjs-markdown'\n```\n\nIn broswer with `esm.sh`\n\n```html\n\u003cscript type=\"module\"\u003e\n  import SolidjsMarkdown from 'https://esm.sh/solidjs-markdown?bundle'\n\u003c/script\u003e\n```\n\n## Usage\n\n```tsx\nimport SolidjsMarkdown from 'solidjs-markdown'\nimport { render } from 'solid-js/web'\n\nrender(() =\u003e \u003cSolidjsMarkdown\u003e# Hello, *world*!\u003c/SolidjsMarkdown\u003e, document.querySelector('#app'))\n```\n\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eShow equivalent JSX\u003c/summary\u003e\n\n```jsx\n\u003ch1\u003e\n  Hello, \u003cem\u003eworld\u003c/em\u003e!\n\u003c/h1\u003e\n```\n\n\u003c/details\u003e\n\n## License\n\n[MIT](https://github.com/enpitsuLin/solidjs-markdown/blob/HEAD/LICENSE) © [enpitsuLin](https://github.com/enpitsuLin)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenpitsulin%2Fsolidjs-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenpitsulin%2Fsolidjs-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenpitsulin%2Fsolidjs-markdown/lists"}