{"id":23923975,"url":"https://github.com/hstsethi/structured-list-md","last_synced_at":"2026-05-09T10:03:04.929Z","repository":{"id":270700736,"uuid":"911187676","full_name":"hstsethi/structured-list-md","owner":"hstsethi","description":"Guidelines, scripts for authoring structured, machine readable lists in plain Markdown by leveraging HTML.","archived":false,"fork":false,"pushed_at":"2025-01-20T04:59:20.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T05:21:48.436Z","etag":null,"topics":["html","html5","json","list","machine-readable","markdown","markup","open-format","spec","specification","structured-data"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hstsethi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-01-02T12:46:09.000Z","updated_at":"2025-01-20T04:59:22.000Z","dependencies_parsed_at":"2025-01-02T14:27:38.405Z","dependency_job_id":"8c3eb630-fcb0-449a-834e-03d0a754e5c1","html_url":"https://github.com/hstsethi/structured-list-md","commit_stats":null,"previous_names":["hstsethi/structured-list-md"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hstsethi%2Fstructured-list-md","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hstsethi%2Fstructured-list-md/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hstsethi%2Fstructured-list-md/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hstsethi%2Fstructured-list-md/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hstsethi","download_url":"https://codeload.github.com/hstsethi/structured-list-md/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240390713,"owners_count":19793782,"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":["html","html5","json","list","machine-readable","markdown","markup","open-format","spec","specification","structured-data"],"created_at":"2025-01-05T18:51:56.941Z","updated_at":"2026-05-09T10:02:59.881Z","avatar_url":"https://github.com/hstsethi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# structured-list-md\n\nGuidelines, scripts for authoring structured, machine readable lists in plain Markdown by leveraging HTML.\n\n## Guidelines\n\n\n- The input must be valid markdown.\n\n- The list can be either ordered(numbered) or unordered(bulleted). \n\n- Description is not necessary, but if it's there, it should be preceded and followed by a new line. \n\n- There should not be any newline  between items that do not have descriptions, else the markdown parsers will introduce additional `p` tag after `li`.\n\n\n## Conversions\n\n- li -\u003e dt\n\n- p -\u003e dd\n\n- ul/ol -\u003e dl\n\n\n## Input Markdown Item List\n\n```md\n- Item 1\n\nDescription of item 1. \n\n- Item 2\n- Item 3\n```\n\n## Intermediate HTML Item List\n\n```html\n\u003cul\u003e\n\u003cli\u003eItem 1\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eDescription of item 1.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eItem 2\u003c/li\u003e\n\u003cli\u003eItem 3\u003c/li\u003e\n\u003c/ul\u003e\n```\n\n## Final HTML Definition List\n\n```html\n\u003cdl\u003e\n\u003cdt\u003eItem 1\u003c/dt\u003e\n\u003c/dl\u003e\n\u003cdd\u003eDescription of item 1.\u003c/dd\u003e\n\u003cdl\u003e\n\u003cdt\u003eItem 2\u003c/dt\u003e\n\u003cdt\u003eItem 3\u003c/dt\u003e\n\u003c/dl\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhstsethi%2Fstructured-list-md","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhstsethi%2Fstructured-list-md","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhstsethi%2Fstructured-list-md/lists"}