https://github.com/brianary/htmltomarkdown
Converts HTML to Markdown/CommonMark
https://github.com/brianary/htmltomarkdown
commonmark convert-html-to-markdown fsharp markdown powershell powershell-module
Last synced: about 1 month ago
JSON representation
Converts HTML to Markdown/CommonMark
- Host: GitHub
- URL: https://github.com/brianary/htmltomarkdown
- Owner: brianary
- License: mit
- Created: 2022-04-09T21:58:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T05:14:12.000Z (2 months ago)
- Last Synced: 2025-03-27T23:11:14.680Z (about 2 months ago)
- Topics: commonmark, convert-html-to-markdown, fsharp, markdown, powershell, powershell-module
- Language: F#
- Homepage: https://www.powershellgallery.com/packages/HtmlToMarkdown/
- Size: 77.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HtmlToMarkdown
==============
[](https://www.powershellgallery.com/packages/HtmlToMarkdown/)
[](https://www.powershellgallery.com/packages/HtmlToMarkdown/)
[](https://www.powershellgallery.com/packages/HtmlToMarkdown/)
[](https://www.powershellgallery.com/packages/HtmlToMarkdown/)
[](https://www.powershellgallery.com/packages/HtmlToMarkdown/)
[](https://github.com/AuthorName/HtmlToMarkdown/actions)Converts HTML to Markdown/CommonMark using [ReverseMarkdown](https://github.com/mysticmind/reversemarkdown-net),
which uses the [HTML Agility Pack](https://html-agility-pack.net/).To install: `Install-Module HtmlToMarkdown`

Cmdlets
-------Documentation is automatically generated using [platyPS](https://github.com/PowerShell/platyPS) (`.\doc.cmd`).
- [Convert-HtmlToMarkdown](docs/Convert-HtmlToMarkdown.md)
Tests
-----Tests are written for [Pester](https://github.com/Pester/Pester) (`.\test.cmd`).