{"id":25341315,"url":"https://github.com/dbolack-ab/marked-subsuper-text","last_synced_at":"2026-02-17T23:03:25.253Z","repository":{"id":276889835,"uuid":"930653020","full_name":"dbolack-ab/marked-subsuper-text","owner":"dbolack-ab","description":"Superscript and subscript extension for marked.js ","archived":false,"fork":false,"pushed_at":"2025-02-19T17:35:04.000Z","size":106,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-23T15:00:01.065Z","etag":null,"topics":["markdown","markedjs","subscript","superscript"],"latest_commit_sha":null,"homepage":"","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/dbolack-ab.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":"2025-02-11T01:32:49.000Z","updated_at":"2025-02-19T17:35:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"d8727c55-59f1-4fe7-8930-c1b98b633c73","html_url":"https://github.com/dbolack-ab/marked-subsuper-text","commit_stats":null,"previous_names":["dbolack-ab/marked-subsuper-text"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dbolack-ab/marked-subsuper-text","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbolack-ab%2Fmarked-subsuper-text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbolack-ab%2Fmarked-subsuper-text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbolack-ab%2Fmarked-subsuper-text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbolack-ab%2Fmarked-subsuper-text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbolack-ab","download_url":"https://codeload.github.com/dbolack-ab/marked-subsuper-text/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbolack-ab%2Fmarked-subsuper-text/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29561783,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T21:50:49.831Z","status":"ssl_error","status_checked_at":"2026-02-17T21:46:15.313Z","response_time":100,"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":["markdown","markedjs","subscript","superscript"],"created_at":"2025-02-14T08:36:46.422Z","updated_at":"2026-02-17T23:03:25.248Z","avatar_url":"https://github.com/dbolack-ab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# marked-subsuper-text\n\nAdds superscript and subscript notation to marked.js. Derived from Homebrewery.\n\n## Superscript\n\nSuperscript is created by wrapping the text in a single caret (`^`). The wrapped text must ***not*** have leading or trailing spaces.\n\n```\nThis is ^superscript^.\n```\n\n## Subscript\n\nSubscript is performed by wrapping the text in double carets (`^^`). The wrapped text must ***not*** have leading or trailing spaces.\n\n```\nThis is ^^subscript^^.\n```\n\n# Usage\n\u003c!-- Show most examples of how to use this extension --\u003e\n\n```js\nconst marked = require(\"marked\");\nconst markedSubSuper = require(\"marked-subsuper-text\");\n\nmarked.use(markedSubSuper());\n\nconst html = marked.parse(\"This is ^^sub^^ and this is ^super^.\");\nconsole.log(html);\n// \u003cp\u003eThis is \u003csub\u003esub\u003c/sub\u003e and this is \u003csup\u003esuper\u003c/sup\u003e.\u003c/p\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbolack-ab%2Fmarked-subsuper-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbolack-ab%2Fmarked-subsuper-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbolack-ab%2Fmarked-subsuper-text/lists"}