Compress Markdown
AI / AgentNormalize and compress markdown — strip frontmatter, collapse blank lines, remove comments to reduce token count.
markdowncompresstokensllmcontextnormalize
Related tools
Compress HTMLStrip scripts, styles, comments, classes, and whitespace from HTML to minimize token usage before LLM ingestion.AI / AgentSummarize for LLMExtractive summarization — pick the most informative sentences to fit within a token budget for LLM context windows.AI / AgentTrim to TokensTruncate text or prompts to a token budget — keep start, end, or middle. Essential for fitting context into LLM windows.AI / Agent