-
Thanks for the great project. I'm using Turndown v4.0.0-rc3 My code looks like this:
```
var TurndownService = require('turndown');
var turndownPluginGfm = require('turndown-plugin-gfm');
var tu…
-
Having compatibility and initial values for each property in the jsdocs is great! One thing that would make these definitions stronger is if they had short descriptions for each. There are way too …
-
With this update you break all rawgit CDN grrrrrrrrrr
-
Hi,
I've found a problem with translation from HTML to Markdown. I have the following string:
```
hello world
```
I know that it's a wrong markup but the result of calling `toMarkdown` with…
-
For a while now I have wanted to take this library in a slightly different direction. I have learnt a lot from maintaining this project over the last 6 years, and have finally got round to putting it …
-
When I perform the installation, report the following error. Please help me, thanks~
```
npm install stackedit
npm ERR! Unexpected end of JSON input while parsing near '..."^1.0.4","markdown-it'
…
-
``` javascript
var htmlStr = '/** 1. text **/'
var result = toMarkdown(htmlStr, {gfm: true})
console.log(result);
```
expected results is
````
```
/** 1. text **/
```
````
not
``…
-
```
There is a literal backtick (`) here.
```
should be converted to
``There is a literal backtick (`) here.``
---
Here is my solution, may be wrong :)
'CODE': (children, node) => {
if (node.p…
-
to-markdown can trigger an issue **with other concatenated codes** :
![image](https://cloud.githubusercontent.com/assets/11824581/19627303/48242de6-9944-11e6-9d02-e5e942443e6f.png)
**Solution** : **…
-
Reproduced on:
Turndown 4.0.0-rc.1 up to 4.0.0-rc.3
* Description:
isBlank returns true for paragraphs with inlined image
* Minimal example of incorrectly parsed HTML:
* Act…