{"id":22311555,"url":"https://github.com/origami-network/docker-pandoc","last_synced_at":"2026-04-16T19:37:31.878Z","repository":{"id":143535861,"uuid":"146987112","full_name":"origami-network/docker-pandoc","owner":"origami-network","description":null,"archived":false,"fork":false,"pushed_at":"2018-10-19T20:49:42.000Z","size":27,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T08:55:59.807Z","etag":null,"topics":["command","docker-image","pandoc","windows"],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/origami-network.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2018-09-01T09:54:58.000Z","updated_at":"2018-12-04T22:09:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f99652c-ce63-4e55-acf0-d2ff728566bb","html_url":"https://github.com/origami-network/docker-pandoc","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/origami-network/docker-pandoc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/origami-network%2Fdocker-pandoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/origami-network%2Fdocker-pandoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/origami-network%2Fdocker-pandoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/origami-network%2Fdocker-pandoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/origami-network","download_url":"https://codeload.github.com/origami-network/docker-pandoc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/origami-network%2Fdocker-pandoc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31902098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"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":["command","docker-image","pandoc","windows"],"created_at":"2024-12-03T21:20:32.050Z","updated_at":"2026-04-16T19:37:31.819Z","avatar_url":"https://github.com/origami-network.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"| master | latest |\n| :--: | :--: |\n| [![Build status](https://ci.appveyor.com/api/projects/status/cwr97n0st0rdxn9v/branch/master?svg=true)](https://ci.appveyor.com/project/BartDubois/docker-pandoc/branch/master) | [![Build status](https://ci.appveyor.com/api/projects/status/cwr97n0st0rdxn9v?svg=true)](https://ci.appveyor.com/project/BartDubois/docker-pandoc) |\n\n\nPandoc - Windows Docker image\n==\n\n[Pandoc](https://pandoc.org/) can convert between numerous markup and word processing formats.\nIt is a command-line tool, as such there is no graphic user interface.\n\nExample bellow shows the input markdown and corresponding HTML output.\n\n```markdown\nHello *pandoc*!\n\n- one\n- two\n```\n\n```html\n\u003cp\u003eHello \u003cem\u003epandoc\u003c/em\u003e!\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eone\u003c/li\u003e\n\u003cli\u003etwo\u003c/li\u003e\n\u003c/ul\u003e\n```\n\nIt is possible to convert back from HTML to markdown as well.\n\n## Usage\n\nThis Docker image allows to use Pandoc without need of installation on Windows 2016 and Windows 10.\nIt accepts all parameters as specified by [Pandoc command line](https://pandoc.org/MANUAL.html#using-pandoc).\n\n\n### Pull Docker image\n\nBefore start the image need to be pulled from the [Docker Hub](https://hub.docker.com/r/origaminetwork/pandoc/).\n\n```console\n\u003e docker pull origaminetwork/pandoc:X.X.X.X.Y\n```\n\nWhere `X.X.X.X.Y` is the version of the image.\n\n\n### Generating HTML from markdown\n\nFor the file `input.markdown` located in `C:\\Users\\UserName\\Documents\\` folder, fallowing command will generate `output.html` document file.\n\n```console\n\u003e docker run -v C:\\Users\\UserName\\Documents:C:\\Volume origaminetwork/pandoc:X.X.X.X.Y -f markdown -t html C:\\Volume\\input.markdown -o C:\\Volume\\output.html\n```\n\nSee [specification](./Spec/Pandoc.Tests.ps1) for more examples.\n\n\n## Contributing\n\nIn order to contribute to the project please fallow [Contributing Guidance](CONTRIBUTING.md).\n\n\n## License\n\nThe project is licensed under [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forigami-network%2Fdocker-pandoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forigami-network%2Fdocker-pandoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forigami-network%2Fdocker-pandoc/lists"}