{"id":20056934,"url":"https://github.com/benbinbin/remark-super","last_synced_at":"2025-09-01T13:42:28.681Z","repository":{"id":57978193,"uuid":"529473108","full_name":"Benbinbin/remark-super","owner":"Benbinbin","description":"Superscript transformer plugin for Remark to transform ^text^ into a \u003csup\u003etext\u003c/sup\u003e element.","archived":false,"fork":false,"pushed_at":"2023-01-21T09:08:44.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T05:12:43.787Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Benbinbin.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}},"created_at":"2022-08-27T03:43:00.000Z","updated_at":"2022-08-27T03:44:29.000Z","dependencies_parsed_at":"2023-02-12T08:45:55.499Z","dependency_job_id":null,"html_url":"https://github.com/Benbinbin/remark-super","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/Benbinbin%2Fremark-super","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benbinbin%2Fremark-super/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benbinbin%2Fremark-super/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benbinbin%2Fremark-super/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Benbinbin","download_url":"https://codeload.github.com/Benbinbin/remark-super/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241484638,"owners_count":19970322,"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-13T12:57:03.702Z","updated_at":"2025-03-02T09:27:45.166Z","avatar_url":"https://github.com/Benbinbin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# remark-super\nThis is a remark plugin to transform `^text^` into a `\u003csup\u003etext\u003c/sup\u003e` element.\n\n## Install\n\n```bash\nnpm install remark-super\n```\n\n## Usage\n\n```js\nimport {remark} from 'remark';\nimport remarkSuper from 'remark-super';\n\nconst doc = 'This is a ^superscript^';\nremark().use(remarkSuper).process(doc).then(file =\u003e {\n    console.log(String(file));\n    // =\u003e This is a \u003csup\u003esuperscript\u003c/sup\u003e\n});\n```\n\n## License\n[MIT](./LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenbinbin%2Fremark-super","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenbinbin%2Fremark-super","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenbinbin%2Fremark-super/lists"}