{"id":44790717,"url":"https://github.com/brendanmaguire/mdformat-lists","last_synced_at":"2026-02-16T11:01:58.067Z","repository":{"id":338269175,"uuid":"1157277460","full_name":"brendanmaguire/mdformat-lists","owner":"brendanmaguire","description":"An mdformat plugin for configuring how lists are rendered","archived":false,"fork":false,"pushed_at":"2026-02-13T20:09:56.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-14T00:42:24.280Z","etag":null,"topics":["markdown","mdformat","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/brendanmaguire.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-13T16:29:28.000Z","updated_at":"2026-02-13T20:09:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/brendanmaguire/mdformat-lists","commit_stats":null,"previous_names":["brendanmaguire/mdformat-lists"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/brendanmaguire/mdformat-lists","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanmaguire%2Fmdformat-lists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanmaguire%2Fmdformat-lists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanmaguire%2Fmdformat-lists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanmaguire%2Fmdformat-lists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brendanmaguire","download_url":"https://codeload.github.com/brendanmaguire/mdformat-lists/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanmaguire%2Fmdformat-lists/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29506318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: 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","mdformat","python"],"created_at":"2026-02-16T11:00:43.753Z","updated_at":"2026-02-16T11:01:58.046Z","avatar_url":"https://github.com/brendanmaguire.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mdformat-lists\n\n[![Build Status](https://github.com/brendanmaguire/mdformat-lists/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/brendanmaguire/mdformat-lists/actions?query=workflow%3ACI+branch%3Amain+event%3Apush)\n[![codecov](https://codecov.io/gh/brendanmaguire/mdformat-lists/branch/main/graph/badge.svg)](https://codecov.io/gh/brendanmaguire/mdformat-lists)\n[![PyPI version](https://img.shields.io/pypi/v/mdformat-lists)](https://pypi.org/project/mdformat-lists)\n[![PyPI Supported Python Versions](https://img.shields.io/pypi/pyversions/mdformat-lists.svg)](https://pypi.python.org/pypi/mdformat-lists/)\n\nA [mdformat](https://github.com/hukkin/mdformat) plugin to configure list markers for unordered and ordered lists.\n\nBy default, mdformat uses `-` as the bullet character (alternating with `*` for consecutive lists) and `.` as the ordered list marker. This plugin allows you to choose between `-`, `*`, and `+` for bullets, and `.` and `)` for ordered list markers.\n\n## Usage\n\nInstall with:\n\n```bash\npip install mdformat-lists\n```\n\nThen simply run mdformat as usual:\n\n```bash\nmdformat \u003cfilename\u003e\n```\n\n### Configuration\n\n#### Unordered list bullet\n\nConfigure the bullet character in `.mdformat.toml`:\n\n```toml\n[plugin.lists]\nbullet = \"*\"\n```\n\nOr via the command line:\n\n```bash\nmdformat --bullet=\"*\" \u003cfilename\u003e\n```\n\nValid values are `-` (default), `*`, and `+`.\n\n#### Ordered list marker\n\nConfigure the ordered list marker in `.mdformat.toml`:\n\n```toml\n[plugin.lists]\nordered_marker = \")\"\n```\n\nOr via the command line:\n\n```bash\nmdformat --ordered-marker=\")\" \u003cfilename\u003e\n```\n\nValid values are `.` (default) and `)`.\n\nWhen multiple ordered lists appear consecutively, the plugin alternates between the primary and secondary marker (`.` and `)`) to prevent Markdown parsers from merging separate lists into one.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrendanmaguire%2Fmdformat-lists","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrendanmaguire%2Fmdformat-lists","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrendanmaguire%2Fmdformat-lists/lists"}