mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 02:42:27 +08:00
Merge pull request #1 from Galadirith/fix-unpkg-url
Use correct unpkg url for plugin
This commit is contained in:
commit
27e789a749
@ -14,7 +14,7 @@ Browser:
|
|||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://unpkg.com/turndown/dist/turndown.js"></script>
|
<script src="https://unpkg.com/turndown/dist/turndown.js"></script>
|
||||||
<script src="https://unpkg.com/turndown/dist/turndown-plugin-gfm.js"></script>
|
<script src="https://unpkg.com/turndown-plugin-gfm/dist/turndown-plugin-gfm.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user