-
HTML Element Markdown Output Notes - # - ###### Header levels preserved Text blocks Paragraph spacing maintained , -, 1. List structure preserved Pipe tables Column alignment detected `code` Inline code formatting code blocks Code blocks with language detection > Quote block formatting [text](url) Links with titles preserved  Images with alt text Processing Pipeline The HTML to Markdown conversion follows this sequence: HTML Parsing: DOM tree construction from input HTML Structure Analysis: Identify semantic elements and nesting Markdown Generation: Convert elements to Markdown syntax Query Processing: Apply mq queries to resulting structure Output Formatting: Return filtered and formatted content Installation Install the mq CLI tool which includes the MCP server: # Using Cargo cargo install --git https://github.com/harehare/mq.git mq-cli # Using Homebrew brew install harehare/tap/mq # Direct binary download curl -L https://github.com/harehare/mq/releases/latest/download/mq-linux-x86_64 -o mq chmod +x mq Enter fullscreen mode Exit fullscreen mode Integration Benefits Structured Processing: jq-like queries enable precise content extraction Format Flexibility: Handles both HTML and Markdown inputs Discovery Features: Built-in function and selector documentation Resources mq Documentation MCP Specification mq Playground Claude Desktop MCP Guide Support 🐛 Report bugs 💡 Request features ⭐ Star the project if you find it useful!
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Related posts
-
mx: Turn Your Documentation into Executable Tasks
-
Processing Markdown in Python with mq
-
Efficient HTML to Markdown Conversion for LLM Input with mq-crawler
-
Streamline HTML to Markdown Conversion with mq: From Web Scraping to Document Processing
-
Optimize NotebookLM Input with mq: Efficient Markdown File Merging