UseMarkX
Version updated for https://github.com/StartAutomating/MarkX to version v0.1.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 text into structured XML, enabling easy manipulation and querying of Markdown content. It automates tasks such as extracting links, images, and creating tables while maintaining the simplicity of Markdown and the robustness of XML. This tool is ideal for generating structured, readable documents and performing dynamic data operations on Markdown-based content.
Release notes
MarkX 0.1.1:
- MarkX Help (#26)
- MarkX now accepts commands / help (#27)
- MarkX.Headings gets heading elements (#29)
- MarkX.Lexicon gets lexicons in Markdown (#25)
- MarkX.YamlHeader support (#32, #33)
- Allowing piped markdown file input (#34)
- MarkX.Code gets code within markdown (#30)
- MarkX.CodeBlock gets code blocks within markdown (#31)
- MarkX.ToString can now stringify any property (#35)
- MarkX formatting (#36)
Additional release notes in CHANGELOG