europa icon indicating copy to clipboard operation
europa copied to clipboard

Library for converting HTML into valid Markdown

Results 9 europa issues
Sort by recently updated
recently updated
newest added

The page was created when I published v4 (Europa), but I never actually got around to writing the guide yet: https://github.com/NotNinja/europa/wiki/Migrating-from-older-versions I just want to track this so I don't...

documentation

Is there any chance of getting this implemented?

feature request

A very small request. On the API page (http://neocotic.com/html.md/#api) add an example of md called with options. Eg. `md(myHTML, {inline: 1})` (BTW, I presume this is correct. At least it...

documentation

Use a service like [Coveralls](https://coveralls.io/) to track code coverage which would be generated by the build after using something like [Istanbul](https://github.com/gotwarlost/istanbul) or [Blanket.js](http://blanketjs.org/). An initial threshold of 95% would be...

enhancement
build

`more text here` converts to `more_text_ here` It should be `more _text_ here`

bug

Since jsdom is causing headaches for Windows users, are alternatives like [cheerio](https://www.npmjs.org/package/cheerio) or [htmlparser2](https://www.npmjs.org/package/htmlparser2] being considered?

enhancement

When enabled (via the options) the parser should only clean specified HTML elements (i.e. remove all of their attributes) instead of replacing them with Markdown. When "cleaning" an element, all...

feature request

For example; embedded code. Only some of these have already been done as part of #3 but I'd like to do a lot more now.

enhancement