UseMarkX
Version updated for https://github.com/StartAutomating/MarkX to version v0.1.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
MarkX is a PowerShell module that converts Markdown content into HTML and XML, allowing users to easily query, manipulate, and extract structured data from Markdown documents. It automates tasks like extracting links, images, and tables from Markdown, transforming them into usable data formats for further processing. This tool simplifies working with Markdown by combining the readability of text with the power of structured document manipulation.
Release notes
MarkX 0.1:
Get-MarkX( #1, #4 )- Docs
- Sponsorship ( #20 )
- Security ( #19 )
- Contributing ( #18 )
- Code of conduct ( #17 )
- README (generated with MarkX) (#16)
- Extended Types
MarkX.get_HTML( #14 )MarkX.ToString()( #12 )MarkX.get_DataSet( #13 )MarkX.get_Images(#11)MarkX.get_Links(#10)MarkX.get_Table( #9 )MarkX.get_InnerText( #8 )MarkX.get_XML( #7 )MarkX.get/set_Markdown( #6 )MarkX.Sync( #5 )MarkX.ToTable( #22 )
- MarkX build ( #2, #3 )
- MarkX Action ( #21 )
- MarkX Tests ( #15 )