Skip to content
#

index

Here are 148 public repositories matching this topic...

ralt
ralt commented Dec 7, 2018

The library has a bunch of pretty bad things:

  • It chokes on markdown tables
  • It replaces things it shouldn't.

For the 2nd one, see e.g.: https://github.com/stiang/remove-markdown/blob/master/index.js#L33

An example:

'foo < bar baz >'.replace(/<[^>]*>/g, '')
"foo "

Ideally, the library should use a markdown parser, but remove-markdown is pretty far from it, so I'd sugge

help wanted good first issue

Improve this page

Add a description, image, and links to the index topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the index topic, visit your repo's landing page and select "manage topics."

Learn more