{"id":15989322,"url":"https://github.com/robot-inventor/qnote","last_synced_at":"2025-03-17T23:30:37.461Z","repository":{"id":37007985,"uuid":"469323463","full_name":"Robot-Inventor/qnote","owner":"Robot-Inventor","description":"Parser for Qiita note notation","archived":false,"fork":false,"pushed_at":"2024-10-21T20:22:09.000Z","size":221,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-27T09:33:45.262Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Robot-Inventor.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":"2022-03-13T09:21:59.000Z","updated_at":"2024-06-25T10:23:16.000Z","dependencies_parsed_at":"2023-09-26T00:13:31.403Z","dependency_job_id":"307511a5-a1e6-47d0-8e21-6f5ae7913aea","html_url":"https://github.com/Robot-Inventor/qnote","commit_stats":{"total_commits":57,"total_committers":4,"mean_commits":14.25,"dds":"0.17543859649122806","last_synced_commit":"c944aa54d008f668be2d1694fdd0932010944b24"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robot-Inventor%2Fqnote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robot-Inventor%2Fqnote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robot-Inventor%2Fqnote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robot-Inventor%2Fqnote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Robot-Inventor","download_url":"https://codeload.github.com/Robot-Inventor/qnote/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221702958,"owners_count":16866460,"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-10-08T04:41:43.291Z","updated_at":"2024-10-27T16:12:57.098Z","avatar_url":"https://github.com/Robot-Inventor.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qnote-parser\n\n[Marked](https://github.com/markedjs/marked) extension for parsing [Qiita note notation](https://qiita.com/Qiita/items/c686397e4a0f4f11683d#note---%E8%A3%9C%E8%B6%B3%E8%AA%AC%E6%98%8E).\n\n## Installation\n\n```shell\nnpm install qnote-parser\n```\n\n## Usage\n\n```javascript\nimport { marked } from \"marked\";\nimport { qnote } from \"qnote-parser\";\n\nmarked.use({ extensions: [qnote] });\n\nconst markdown = `Hello.\n\n:::note info\nThis is **note** notation.\n\nParagraph is supported.\n:::\n\nGood-bye!`;\n\nconsole.log(marked.parse(markdown));\n```\n\nresult:\n\n```html\n\u003cp\u003eHello.\u003c/p\u003e\n\u003cdiv class=\"note-info\"\u003e\n\u003cdiv class=\"note-content\"\u003e\n\u003cp\u003eThis is \u003cstrong\u003enote\u003c/strong\u003e notation.\u003c/p\u003e\n\u003cp\u003eParagraph is supported.\u003c/p\u003e\n\u003c/div\u003e\n\u003c/div\u003e\n\u003cp\u003eGood-bye!\u003c/p\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobot-inventor%2Fqnote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobot-inventor%2Fqnote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobot-inventor%2Fqnote/lists"}