-
I recently exported Ghost content (posts, etc.) but it appears it does not have a markdown field, instead there is HMTL and mobiledoc. Any tips on how to convert or add suport for mobiledoc to markdow…
gil-- updated
6 years ago
-
变懒了= ./=
想找找 convert HTML to markdown 工具。
- https://github.com/thephpleague/html-to-markdown
- https://github.com/domchristie/turndown
ghost updated
6 years ago
-
https://github.com/domchristie/turndown-plugin-gfm/blob/cbe8dc5e5ca9831b67865ec1deb20df533026b44/src/tables.js#L62
Should this be ?
```javascript
!every.call(tr.childNodes, function (n) { return …
-
/home/coder/blog/node_modules/to-markdown/src/to-markdown.js:71
return '![' + (alt && alt[1] ? alt[1] : '') + ']' + '(' + src[1] + (title && title[1] ? ' "' + title[1] + '"' : '') + ')';
…
-
Hi, I would like to use react-markdown to render the `contents` on a page in order to avoid React's `dangerouslySetInnerHTML`. How would I disable the conversion of `contents`? I would still like to g…
-
My use-case: https://github.com/adtac/commento - Commento is a discussion platform that could really use something like pell.js. The principle behind Commento is that it's tiny and fast, so there's a …
adtac updated
6 years ago
-
### Bug or support request summary
I'm using `@storybook/addon-info` to get some markdown into my stories, however, I'm loading it from an external file:
```js
// @flow
import React from 'reac…
-
Hello !
I want to try a migration from phpbb2 to nodebb and I fail at the first step : I can't get nodebb-plugin-import working... This is what I do :
- Install of nodebb v1.7.5 (asked for this p…
-
I can't set up this repository:
```
error An unexpected error occurred: "https://registry.yarnpkg.com/esdoc2/-/esdoc2-1.1.0.tgz: Request failed \"404 Not Found\"".
```
-
I'm converting an existing .md file which is basically just YAML front-matter followed by HTML into a cleansed .md file using Turndown.
Is there any way to keep YAML front-matter during the convers…
jakeg updated
6 years ago