turndown-plugin-gfm
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "turndown-plugin-gfm", | ||
"description": "Turndown plugin to add GitHub Flavored Markdown extensions.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Dom Christie", | ||
@@ -13,3 +13,3 @@ "main": "lib/turndown-plugin-gfm.cjs.js", | ||
"standard": "^10.0.3", | ||
"turndown": "4.0.0", | ||
"turndown": "4.0.1", | ||
"turndown-attendant": "0.0.2" | ||
@@ -16,0 +16,0 @@ }, |
@@ -17,3 +17,3 @@ # turndown-plugin-gfm | ||
<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> | ||
``` | ||
@@ -20,0 +20,0 @@ |
22761