pipr.tools
Pipes
Clean Email Strip formatting from pasted email for clean plain text Clean AI Output Clean plain text from ChatGPT or AI output Decode & Format JWT Decode a JWT and pretty-print header and payload Word Frequency Count word frequency in text

Count Markdown Words

Count words in Markdown content

Analyze
Input0 chars
Output0 chars

Examples

Count words in a Markdown blog draft before publishing

Usage
"# My Blog Post

This is a **great** article about _coding_.
..." | md-to-html | html-to-text | wc

Check README word count for a GitHub project

Usage
"# README

## Installation

Run `npm install` to get started...." | md-to-html | html-to-text | wc

Count words in meeting notes before sending summary

Usage
"# Meeting Notes

**Date**: Monday

## Discussion

We reviewe..." | md-to-html | html-to-text | wc