remove-markdown
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "remove-markdown", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Remove Markdown formatting from text", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
## What is it? | ||
**remove-markdown** is a node module that will remove Markdown formatting from a text. By "Markdown formatting" I mean anything that doesn’t look like regular text, like square brackets, stars etc. | ||
**remove-markdown** is a node.js/io.js module that will remove (strip) Markdown formatting from a text. "Markdown formatting" means pretty much anything that doesn’t look like regular text, like square brackets, asterisks etc. | ||
## Why? | ||
## When do I need it? | ||
The typical use case is to display an excerpt of a Markdown text, without the actual Markdown (or rendered HTML, for that matter), for example in a list of posts. | ||
@@ -6,0 +6,0 @@ |
4722