{"id":20409460,"url":"https://github.com/jsakamoto/dotnet-md2html","last_synced_at":"2026-05-11T15:02:21.333Z","repository":{"id":66230881,"uuid":"198567767","full_name":"jsakamoto/dotnet-md2html","owner":"jsakamoto","description":"Yet another implementation of the Markdown Text to HTML Converter, built on .NET Core console application.","archived":false,"fork":false,"pushed_at":"2022-03-04T16:11:26.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T10:33:57.164Z","etag":null,"topics":["dotnetcore-tool","markdown-to-html"],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsakamoto.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-24T05:56:43.000Z","updated_at":"2023-12-21T21:36:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"60abc799-6b15-409d-90a9-8f0e1ac90ef5","html_url":"https://github.com/jsakamoto/dotnet-md2html","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jsakamoto/dotnet-md2html","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsakamoto%2Fdotnet-md2html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsakamoto%2Fdotnet-md2html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsakamoto%2Fdotnet-md2html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsakamoto%2Fdotnet-md2html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsakamoto","download_url":"https://codeload.github.com/jsakamoto/dotnet-md2html/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsakamoto%2Fdotnet-md2html/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32900044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":["dotnetcore-tool","markdown-to-html"],"created_at":"2024-11-15T05:41:59.253Z","updated_at":"2026-05-11T15:02:21.297Z","avatar_url":"https://github.com/jsakamoto.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotnet-md2html [![NuGet Package](https://img.shields.io/nuget/v/dotnet-md2html.svg)](https://www.nuget.org/packages/dotnet-md2html/)\n\n## Summary\n\nYet another implementation of the Markdown Text to HTML Converter, built on .NET Core console application.\n\n## Install\n\n### Case 1. Install as a .NET Core project local tool - Reference from .NET Core project\n\nAdd a .NET CLI Tool reference in the .csproj file.\n\n```xml\n\u003cItemGroup\u003e\n  \u003cDotNetCliToolReference Include=\"dotnet-md2html\" Version=\"1.0.0.1-preview1\" /\u003e\n\u003c/ItemGroup\u003e\n```\n\nAfter NuGet package restoring, you can use `dotnet md2html` command in the project folder.\n\n### Case 2. Install as a global tool\n\n\n```shell\n\u003e dotnet tool install -g dotnet-md2html --version 1.0.0.1-preview1\n```\n\nSee also Microsoft Docs site.\n\n- [Docs / .NET / .NET Core Guide / Tools - \"dotnet tool install\"](https://docs.microsoft.com/dotnet/core/tools/dotnet-tool-install)\n\n## Command Line Syntax\n\n### Usage\n\n```shell\n\u003e dotnet md2html [options]\n```\n\n### Options\n\nOptions | Description\n---------------------|-----------------\n-v | Show version of dotnet-md2html command.\n-i `{path}` | Specify the file path of source markdown text file. If `-i` options is not specified, `dotnet-md2html` command reads source markdown text from standard input stream.\n-o `{path}` | Specify the file path of destination HTML file. If `-o` option is not specified, `dotnet-md2html` command writes HTML converted from source markdown text into standard output stream.\n-e | Embed images into the HTML file as a data protocol instead of image path references.\n\n## License\n\n[Mozilla Public License 2.0](https://github.com/jsakamoto/dotnet-md2html/blob/master/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsakamoto%2Fdotnet-md2html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsakamoto%2Fdotnet-md2html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsakamoto%2Fdotnet-md2html/lists"}