{"id":17800895,"url":"https://github.com/refi64/mrkd","last_synced_at":"2025-03-17T10:34:20.042Z","repository":{"id":45341974,"uuid":"124702139","full_name":"refi64/mrkd","owner":"refi64","description":"Write man pages using Markdown, and convert them to Roff or HTML","archived":false,"fork":false,"pushed_at":"2022-07-29T23:21:34.000Z","size":20,"stargazers_count":1,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-16T01:41:26.778Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/refi64.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":"2018-03-10T22:03:16.000Z","updated_at":"2024-09-17T07:48:38.000Z","dependencies_parsed_at":"2022-09-05T09:40:11.011Z","dependency_job_id":null,"html_url":"https://github.com/refi64/mrkd","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refi64%2Fmrkd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refi64%2Fmrkd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refi64%2Fmrkd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refi64%2Fmrkd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/refi64","download_url":"https://codeload.github.com/refi64/mrkd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243858680,"owners_count":20359397,"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-27T12:32:28.032Z","updated_at":"2025-03-17T10:34:20.013Z","avatar_url":"https://github.com/refi64.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mrkd\n\nWrite man pages using Markdown, and convert them to Roff or HTML.\n\n## Installation\n\n```\n$ pip install mrkd\n```\n\n## Usage\n\n```\n$ mrkd my-file.1.md my-file.1\n```\n\nSyntax is `mrkd [options...] input-file output-file`. The name and section number will\nautomatically be derived from the input file, though you can override them using\n`-name my-name` and `-section my-section`, respectively.\n\nChange the format to HTML using `-format html`:\n\n```\n$ mrkd my-file.1.md -format html my-file.1.html\n```\n\nYou can override the HTML template (see `template.html` for an example) using `-template`.\n\nIn order to setup HTML links, you can set up an index file like so:\n\n```ini\n[Index]\nmy-page(1)=my-page.1.html\n```\n\nThen, when you do the following in your Markdown files:\n\n```\nsomething something (see my-page(1))\n```\n\nmrkd will automatically pick up the link and connect it via the index file. Pass it via\nthe `-index` argument:\n\n```\n$ mrkd -f html -index index.ini my-file.1.md my-file.1.html\n```\n\nSee the `test` directory for an example.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefi64%2Fmrkd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frefi64%2Fmrkd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefi64%2Fmrkd/lists"}