@lowlighter/markdown 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/deno.jsonc +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -32,7 +32,7 @@ const renderer = await Renderer.with({
32
32
  // You can specify an existing Plugin object...
33
33
  frontmatter,
34
34
  // ...or a a HTTPS import that points towards a compatible Plugin object!
35
- "https://esm.sh/jsr/@libs/markdown/plugins/gfm",
35
+ new URL("https://esm.sh/jsr/@libs/markdown/plugins/gfm"),
36
36
  ],
37
37
  })
38
38
  await renderer.render("# foo")
package/deno.jsonc CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "icon": "🖨️",
3
3
  "name": "@libs/markdown",
4
- "version": "1.2.0",
4
+ "version": "1.2.1",
5
5
  "description": "Markdown renderer with optional plugins based on the unified ecosystem.",
6
6
  "keywords": [
7
7
  "markdown",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowlighter/markdown",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "type": "module",
5
5
  "scripts": {},
6
6
  "dependencies": {},