{"id":47748286,"url":"https://github.com/wethat/markdowntohtml","last_synced_at":"2026-04-03T02:01:52.319Z","repository":{"id":51260976,"uuid":"123122147","full_name":"WetHat/MarkdownToHtml","owner":"WetHat","description":"Highly configurable markdown to HTML conversion using customizable templates.","archived":false,"fork":false,"pushed_at":"2024-04-13T07:28:39.000Z","size":14536,"stargazers_count":17,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-13T21:11:47.860Z","etag":null,"topics":["html","markdown","markdown-converter","markdowntohtml","powershell-module"],"latest_commit_sha":null,"homepage":"https://wethat.github.io/MarkdownToHtml/","language":"JavaScript","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/WetHat.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}},"created_at":"2018-02-27T11:52:14.000Z","updated_at":"2024-04-15T12:33:41.766Z","dependencies_parsed_at":"2024-04-15T12:33:37.734Z","dependency_job_id":null,"html_url":"https://github.com/WetHat/MarkdownToHtml","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/WetHat/MarkdownToHtml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WetHat%2FMarkdownToHtml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WetHat%2FMarkdownToHtml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WetHat%2FMarkdownToHtml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WetHat%2FMarkdownToHtml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WetHat","download_url":"https://codeload.github.com/WetHat/MarkdownToHtml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WetHat%2FMarkdownToHtml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31326847,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T01:42:14.489Z","status":"online","status_checked_at":"2026-04-03T02:00:06.642Z","response_time":107,"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":["html","markdown","markdown-converter","markdowntohtml","powershell-module"],"created_at":"2026-04-03T02:01:47.118Z","updated_at":"2026-04-03T02:01:52.312Z","avatar_url":"https://github.com/WetHat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub release](https://img.shields.io/github/release/WetHat/MarkdownToHtml)](https://GitHub.com/WetHat/MarkdownToHtml/releases/)\n[![Github all releases](https://img.shields.io/github/downloads/WetHat/MarkdownToHTML/total.svg)](https://GitHub.com/WetHat/MarkdownToHtml/releases/)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/WetHat/MarkdownToHtml/graphs/commit-activity)\n[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)\n\n# MarkdownToHtml\n\nHighly configurable markdown to HTML conversion using customizable templates.\n\nFor a description of the module features and usage see the\n[module documentation](https://wethat.github.io/MarkdownToHtml).\n\n# Installation and Update\n\nThis module is available on the [PowerShell Gallery](https://www.powershellgallery.com/packages/MarkdownToHtml)\nand can be installed from an elevated PowerShell like so:\n\n```PowerShell\nPS\u003e Install-Module -Name MarkdownToHTML\n```\n\nIf the module was installed via `Install-Module` it can be conveniently updated\nfrom an elevated PowerShell:\n\n```PowerShell\nPS\u003e Update-Module -Name MarkdownToHTML\n```\n\nMake sure you read the [release notes](https://wethat.github.io/MarkdownToHtml/index.html#latest-version)\nfor information about backward compatibility.\n\n# Getting Started\n\nTo get things rolling quickly checkout the\n[Quickstart](https://wethat.github.io/MarkdownToHtml/index.html#quickstart)\ntutorial.\n\n# Documentation\n\nThe module is documented in Markdown. This is resonably readable with the\nPowerShell command `Get-Help`.\n\nFor example:\n\n~~~ PowerShell\nPS\u003e Get-Help about_MarkDownToHTML\n~~~\n\nFor a richer reading experience head over to the [MarkdownToHtml](https://wethat.github.io/MarkdownToHtml/index.html)\nsite and read the module documentation in HTML generated by this module.\nOnline function documentation is available there too and can directly\nbe opened from the command line with `Get-Help` like so:\n\n~~~ PowerShell\nPS\u003e Get-Help New-StaticHTMLSiteProject -Online\n~~~\n\n# Support\n\nIf you found an issue with the module or want to suggest and enhancement, head over to\nthe [Issues](https://github.com/WetHat/MarkdownToHtml/issues) page on GitHub and\nsubmit a bug report or enhancement request. Make sure\nto also check the\n[wiki](https://github.com/WetHat/MarkdownToHtml/wiki) for\ntips and the FAQ first.\n\n# See Also\n* [Install-Module](https://docs.microsoft.com/en-us/powershell/module/powershellget/Install-Module?view=powershell-5.1) -\n  Download one or more modules from an online gallery, and installs them on the local computer.\n* [Update-Module](https://docs.microsoft.com/en-us/powershell/module/powershellget/update-module?view=powershell-5.1) -\n  Downloads and installs the newest version of specified modules from an online gallery to the local computer. \n* [PowerShellGet](https://docs.microsoft.com/en-us/powershell/module/powershellget/?view=powershell-5.1#powershellget) -\n  a package manager for Windows PowerShell.\n* `MarkdownToHtml` on the [Powershell Gallery](https://www.powershellgallery.com/packages/MarkdownToHtml/2.3.1).\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://roose.kz\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/277651?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eroose\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/WetHat/MarkdownToHtml/commits?author=roose\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://www.capsule.cl\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/25744265?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJose Luis Ilabaca\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/WetHat/MarkdownToHtml/commits?author=jilabaca\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwethat%2Fmarkdowntohtml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwethat%2Fmarkdowntohtml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwethat%2Fmarkdowntohtml/lists"}