{"id":15964829,"url":"https://github.com/fliiiix/pandoc-helper","last_synced_at":"2025-06-21T21:41:24.707Z","repository":{"id":146209115,"uuid":"198085841","full_name":"fliiiix/pandoc-helper","owner":"fliiiix","description":"This is a small CMake helper script to  create html files from markdown.","archived":false,"fork":false,"pushed_at":"2019-07-21T17:33:32.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T13:17:00.396Z","etag":null,"topics":["cmake","cmake-scripts","html","markdown","pandoc"],"latest_commit_sha":null,"homepage":null,"language":"CMake","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/fliiiix.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}},"created_at":"2019-07-21T17:30:51.000Z","updated_at":"2019-11-08T21:41:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d45cdd4-5b50-4bc6-a301-c2cb5371b82c","html_url":"https://github.com/fliiiix/pandoc-helper","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"830d2d80c8bd9d9943aa252f2a1075775bfc8b18"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fliiiix/pandoc-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fliiiix%2Fpandoc-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fliiiix%2Fpandoc-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fliiiix%2Fpandoc-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fliiiix%2Fpandoc-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fliiiix","download_url":"https://codeload.github.com/fliiiix/pandoc-helper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fliiiix%2Fpandoc-helper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261199991,"owners_count":23123917,"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":["cmake","cmake-scripts","html","markdown","pandoc"],"created_at":"2024-10-07T17:21:16.160Z","updated_at":"2025-06-21T21:41:19.696Z","avatar_url":"https://github.com/fliiiix.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"CMake markdown to html converter (pandoc)\n=========================================\n\nThis is a small CMake helper script to \ncreate html files from markdown.\n\n## Usage\n\nIf you include the `pandoc-helper` it provides the \n`covert_md_to_html(TARGETNAME PANDOC_ARGUMENTS LIST_MD_FILES)` function.\n\n* TARGETNAME: The name of the custom target\n* PANDOC_ARGUMENTS: All additional arguments for `pandoc`\n* LIST_MD_FILES: A CMake list of markdown files ending in `.md`. Relative to the current source directory.\n\n## Example\n\n```\ninclude(pandoc-helper)\nset(doc_resources index.md example.md)\n\nconfigure_file(${CMAKE_CURRENT_SOURCE_DIR}/resources/style.css ${CMAKE_CURRENT_BINARY_DIR}/style.css COPYONLY)\ncovert_md_to_html(mytarget \"--css=style.css --include-after-body=${CMAKE_CURRENT_SOURCE_DIR}/resources/footer.html\" \"${doc_resources}\")\nadd_dependencies(doc mytarget)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffliiiix%2Fpandoc-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffliiiix%2Fpandoc-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffliiiix%2Fpandoc-helper/lists"}