{"id":24708583,"url":"https://github.com/mpepping/pandoc","last_synced_at":"2026-05-01T02:31:13.939Z","repository":{"id":220945580,"uuid":"753006049","full_name":"mpepping/pandoc","owner":"mpepping","description":"Create PDF documents from markdown files using pandoc","archived":false,"fork":false,"pushed_at":"2026-04-28T11:37:21.000Z","size":743,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-28T13:32:00.689Z","etag":null,"topics":["documentation","eisvogel","eisvogel-template","latex","markdown","pandoc","pandoc-markdown","pdf"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mpepping.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":"2024-02-05T09:33:57.000Z","updated_at":"2026-04-28T11:37:21.000Z","dependencies_parsed_at":"2024-02-06T21:39:51.450Z","dependency_job_id":"55f7115b-d509-4d88-887f-00bb286f3fe0","html_url":"https://github.com/mpepping/pandoc","commit_stats":null,"previous_names":["mpepping/pandoc"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/mpepping/pandoc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpepping%2Fpandoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpepping%2Fpandoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpepping%2Fpandoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpepping%2Fpandoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mpepping","download_url":"https://codeload.github.com/mpepping/pandoc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpepping%2Fpandoc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32483406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["documentation","eisvogel","eisvogel-template","latex","markdown","pandoc","pandoc-markdown","pdf"],"created_at":"2025-01-27T06:34:14.093Z","updated_at":"2026-05-01T02:31:13.935Z","avatar_url":"https://github.com/mpepping.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pandoc\n\nPet project to create PDF documents from markdown files using pandoc. See the `./template` folder for an example. Uses the Latex Eisvogel template.\n\nSee and example [PDF document](./template/notes.pdf) here.\n\n## Usage\n\nThis projects run as a container image so you need to have Docker or Podman installed. Copy the files from the `./template` folder, update the `MD_NAME` value in the `Makefile` from `notes` to the filename matching your Markdown file:\n\n```make, Makefile\nMD_NAME = notes # Update this value to match your markdown file\n```\n\nRun `make` (or `make help`) to create a PDF from your Markdown document. The PDF will be created as `$MD_NAME.pdf`.\n\nAlternatively, if you don't have `make` installed, you can run `docker` (or `podman`, `container`) directly:\n\n```bash\ndocker run -i --rm \\\n  -v ${PWD}:/workdir:z -w /workdir --entrypoint /bin/bash \\\n  ghcr.io/mpepping/pandoc:latest ./run-pandoc.sh $(MD_NAME)\n```\n\n## Examples\n\n1. Run `make` to create a PDF file with TOC, titlepage and section numbering.\n1. Run `make MD_NAME=myfile` to create a PDF file from `myfile.md`.\n1. Run `make markdown2pdf MD_NAME=myfile` to generate a simple PDF file from `myfile.md`.\n1. Run `make help` to see the available commands.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpepping%2Fpandoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmpepping%2Fpandoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpepping%2Fpandoc/lists"}