Extract Code Blocks from Markdown
Version updated for https://github.com/ntnn/mdextract to version v0.4.1.
- This action is used across all versions by 0 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The mdextract GitHub Action is a tool designed to extract code blocks from markdown files, with support for filtering based on specified tags and extracting hidden code blocks embedded within HTML comments. It automates the process of isolating and organizing code snippets for tasks such as continuous integration (CI) workflows or generating structured code files. Its key capabilities include filtering by tags, support for multi-file extraction using file-specific tags, and handling both visible and hidden code blocks.
Release notes
Changelog
- 380b5ce9e585364ab79e3e8e8bb7bcb02cbfcecb Merge pull request #28 from ntnn/split-docker
- a05b218a365004e10efd48bfa9550c51aed602d0 Split docker into own workflow