MDQ - Markdown Query Demo

Select specific elements in a Markdown document using mdq selectors

Headings Paragraphs Unordered lists Task items Code blocks Links Blockquotes Tables
Loading...

MDQ is a command-line tool that lets you select specific elements from a Markdown document using a simple query language.

This page uses WebAssembly to run the Rust-based MDQ tool directly in your browser. Thank you to @jerrylususu for kickstarting this playground!

Learn more about MDQ and its selector syntax at yshavit/mdq on GitHub.

For bugs or feature requests for this web UI, see yshavit/mdq-playground.