mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-07 19:30:04 +02:00
Chore: turndown-plugin-gfm: Fix package name in README (#9674)
Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
This commit is contained in:
parent
a29666d442
commit
a465d0ee8d
@ -43,7 +43,7 @@ turndown-plugin-gfm is a suite of plugins which can be applied individually. The
|
|||||||
So for example, if you only wish to convert tables:
|
So for example, if you only wish to convert tables:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
var tables = require('turndown-plugin-gfm').tables
|
var tables = require('@joplin/turndown-plugin-gfm').tables
|
||||||
var turndownService = new TurndownService()
|
var turndownService = new TurndownService()
|
||||||
turndownService.use(tables)
|
turndownService.use(tables)
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user