UseMarkX
Version updated for https://github.com/StartAutomating/MarkX to version v0.1.2.
- 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 transforms Markdown into both HTML and XML, enabling users to query and manipulate Markdown content programmatically. It automates tasks like extracting links, images, and tables from Markdown, simplifying data processing and content organization. By combining the simplicity of Markdown with the structure of XML, it provides an efficient way to generate, analyze, and interact with structured document data.
Release notes
MarkX 0.1.2:
Minor performance improvements:
- Directly using Markdig (#38)
- Preferring
[IO.File]::Exists(#42)
Additional release notes in CHANGELOG