europa
europa copied to clipboard
Library for converting HTML into valid Markdown
``` text -> **text ```
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...
Is there any chance of getting this implemented?
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...
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...
`more text here` converts to `more_text_ here` It should be `more _text_ here`
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?
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...
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.