@lowlighter/markdown 1.2.1 → 1.2.3

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.
package/README.md CHANGED
@@ -32,7 +32,9 @@ 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
- new URL("https://esm.sh/jsr/@libs/markdown/plugins/gfm"),
35
+ // Warning: this is not possible if you are using the JSR package version
36
+ // https://github.com/denoland/deno/pull/22623
37
+ "https://esm.sh/jsr/@libs/markdown/plugins/gfm",
36
38
  ],
37
39
  })
38
40
  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.1",
4
+ "version": "1.2.3",
5
5
  "description": "Markdown renderer with optional plugins based on the unified ecosystem.",
6
6
  "keywords": [
7
7
  "markdown",
@@ -69,8 +69,8 @@
69
69
  "remark-math": "npm:remark-math@6",
70
70
  "rehype-mathjax": "npm:rehype-mathjax@6",
71
71
  "rehype-mermaid": "npm:rehype-mermaid@2",
72
- "@std/text/slugify": "jsr:@std/text@1/slugify",
73
- "@std/yaml/parse": "jsr:@std/yaml@1/parse",
72
+ "@std/text/slugify": "jsr:@std/text@1/unstable-slugify",
73
+ "@std/yaml": "jsr:@std/yaml@1",
74
74
  "@libs/testing": "jsr:@libs/testing@2",
75
75
  "@libs/typing": "jsr:@libs/typing@2"
76
76
  },
package/deno.lock CHANGED
@@ -6,16 +6,16 @@
6
6
  "jsr:@libs/run@2": "jsr:@libs/run@2.0.3",
7
7
  "jsr:@libs/testing@2": "jsr:@libs/testing@2.2.4",
8
8
  "jsr:@libs/typing@2": "jsr:@libs/typing@2.8.2",
9
- "jsr:@std/assert@1": "jsr:@std/assert@1.0.3",
10
- "jsr:@std/assert@^1.0.3": "jsr:@std/assert@1.0.3",
11
- "jsr:@std/async@1": "jsr:@std/async@1.0.4",
9
+ "jsr:@std/assert@1": "jsr:@std/assert@1.0.5",
10
+ "jsr:@std/assert@^1.0.5": "jsr:@std/assert@1.0.5",
11
+ "jsr:@std/async@1": "jsr:@std/async@1.0.5",
12
12
  "jsr:@std/bytes@^1.0.2": "jsr:@std/bytes@1.0.2",
13
- "jsr:@std/expect@1": "jsr:@std/expect@1.0.1",
14
- "jsr:@std/http@1": "jsr:@std/http@1.0.4",
15
- "jsr:@std/internal@^1.0.2": "jsr:@std/internal@1.0.2",
16
- "jsr:@std/streams@1": "jsr:@std/streams@1.0.3",
17
- "jsr:@std/text@1": "jsr:@std/text@1.0.4",
18
- "jsr:@std/yaml@1": "jsr:@std/yaml@1.0.4",
13
+ "jsr:@std/expect@1": "jsr:@std/expect@1.0.3",
14
+ "jsr:@std/http@1": "jsr:@std/http@1.0.6",
15
+ "jsr:@std/internal@^1.0.3": "jsr:@std/internal@1.0.3",
16
+ "jsr:@std/streams@1": "jsr:@std/streams@1.0.5",
17
+ "jsr:@std/text@1": "jsr:@std/text@1.0.6",
18
+ "jsr:@std/yaml@1": "jsr:@std/yaml@1.0.5",
19
19
  "npm:@types/hast@3": "npm:@types/hast@3.0.4",
20
20
  "npm:hastscript@9": "npm:hastscript@9.0.0",
21
21
  "npm:rehype-autolink-headings@7": "npm:rehype-autolink-headings@7.1.0",
@@ -83,42 +83,42 @@
83
83
  "@libs/typing@2.8.2": {
84
84
  "integrity": "c53f8aad9b01621de893aeac5d6cd592ec2ce783f8e89b677dcd81490a3be0a0"
85
85
  },
86
- "@std/assert@1.0.3": {
87
- "integrity": "b0d03ce1ced880df67132eea140623010d415848df66f6aa5df76507ca7c26d8",
86
+ "@std/assert@1.0.5": {
87
+ "integrity": "e37da8e4033490ce613eec4ac1d78dba1faf5b02a3f6c573a28f15365b9b440f",
88
88
  "dependencies": [
89
- "jsr:@std/internal@^1.0.2"
89
+ "jsr:@std/internal@^1.0.3"
90
90
  ]
91
91
  },
92
- "@std/async@1.0.4": {
93
- "integrity": "373f5168a01b46ecaabc785d4e0f9ef18a010ab867af069fb905d93a9129ae5b"
92
+ "@std/async@1.0.5": {
93
+ "integrity": "31d68214bfbb31bd4c6022401d484e3964147c76c9220098baa703a39b6c2da6"
94
94
  },
95
95
  "@std/bytes@1.0.2": {
96
96
  "integrity": "fbdee322bbd8c599a6af186a1603b3355e59a5fb1baa139f8f4c3c9a1b3e3d57"
97
97
  },
98
- "@std/expect@1.0.1": {
99
- "integrity": "44075d9c2cb701ddfc4d5a260da2fb26ba3cfd94c45d3a0359f63cabbf85a058",
98
+ "@std/expect@1.0.3": {
99
+ "integrity": "d9cbd03323ef7feafd1e969ed85d5edb04ebbd9937b0fe7a52d5ff53be8e913a",
100
100
  "dependencies": [
101
- "jsr:@std/assert@^1.0.3",
102
- "jsr:@std/internal@^1.0.2"
101
+ "jsr:@std/assert@^1.0.5",
102
+ "jsr:@std/internal@^1.0.3"
103
103
  ]
104
104
  },
105
- "@std/http@1.0.4": {
106
- "integrity": "1a8142217907d49c4687f90ef3d257e7df2baf344c5122c322d7316df09df453"
105
+ "@std/http@1.0.6": {
106
+ "integrity": "20a6f3fa4a914fbb19ea96572f2519b656232597092581ed706cd865d842d0d0"
107
107
  },
108
- "@std/internal@1.0.2": {
109
- "integrity": "f4cabe2021352e8bfc24e6569700df87bf070914fc38d4b23eddd20108ac4495"
108
+ "@std/internal@1.0.3": {
109
+ "integrity": "208e9b94a3d5649bd880e9ca38b885ab7651ab5b5303a56ed25de4755fb7b11e"
110
110
  },
111
- "@std/streams@1.0.3": {
112
- "integrity": "d62e645ab981cee2c3d03040eb03cf387fc6bceef6d4564f3ed485a43741a81f",
111
+ "@std/streams@1.0.5": {
112
+ "integrity": "74e5c73d7d68eeab0d7fba3b05cbee3ba4ac5ae37c5f4e675f67e62f8f53edc4",
113
113
  "dependencies": [
114
114
  "jsr:@std/bytes@^1.0.2"
115
115
  ]
116
116
  },
117
- "@std/text@1.0.4": {
118
- "integrity": "8f31643fbd61fcd1f12c58ba5f90a23f6df6fff27894ee907867f7f237f308e7"
117
+ "@std/text@1.0.6": {
118
+ "integrity": "7051a5b72916900df19a7bbbbbf6412a475d0e3306a28119e9a63199e2608965"
119
119
  },
120
- "@std/yaml@1.0.4": {
121
- "integrity": "f1e38fa5e110ff8550e938715e52c33347676dd00a1db858e092dd21a9df9941"
120
+ "@std/yaml@1.0.5": {
121
+ "integrity": "71ba3d334305ee2149391931508b2c293a8490f94a337eef3a09cade1a2a2742"
122
122
  }
123
123
  },
124
124
  "npm": {
@@ -213,7 +213,7 @@
213
213
  "agent-base@7.1.1": {
214
214
  "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
215
215
  "dependencies": {
216
- "debug": "debug@4.3.6"
216
+ "debug": "debug@4.3.7"
217
217
  }
218
218
  },
219
219
  "asynckit@0.4.0": {
@@ -302,7 +302,7 @@
302
302
  "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
303
303
  "dependencies": {
304
304
  "mdn-data": "mdn-data@2.0.30",
305
- "source-map-js": "source-map-js@1.2.0"
305
+ "source-map-js": "source-map-js@1.2.1"
306
306
  }
307
307
  },
308
308
  "cssstyle@4.0.1": {
@@ -577,10 +577,10 @@
577
577
  "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
578
578
  "dependencies": {}
579
579
  },
580
- "debug@4.3.6": {
581
- "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==",
580
+ "debug@4.3.7": {
581
+ "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
582
582
  "dependencies": {
583
- "ms": "ms@2.1.2"
583
+ "ms": "ms@2.1.3"
584
584
  }
585
585
  },
586
586
  "decimal.js@10.4.3": {
@@ -847,14 +847,14 @@
847
847
  "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
848
848
  "dependencies": {
849
849
  "agent-base": "agent-base@7.1.1",
850
- "debug": "debug@4.3.6"
850
+ "debug": "debug@4.3.7"
851
851
  }
852
852
  },
853
853
  "https-proxy-agent@7.0.5": {
854
854
  "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
855
855
  "dependencies": {
856
856
  "agent-base": "agent-base@7.1.1",
857
- "debug": "debug@4.3.6"
857
+ "debug": "debug@4.3.7"
858
858
  }
859
859
  },
860
860
  "iconv-lite@0.6.3": {
@@ -1674,7 +1674,7 @@
1674
1674
  "micromark@2.11.4": {
1675
1675
  "integrity": "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==",
1676
1676
  "dependencies": {
1677
- "debug": "debug@4.3.6",
1677
+ "debug": "debug@4.3.7",
1678
1678
  "parse-entities": "parse-entities@2.0.0"
1679
1679
  }
1680
1680
  },
@@ -1682,7 +1682,7 @@
1682
1682
  "integrity": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==",
1683
1683
  "dependencies": {
1684
1684
  "@types/debug": "@types/debug@4.1.12",
1685
- "debug": "debug@4.3.6",
1685
+ "debug": "debug@4.3.7",
1686
1686
  "decode-named-character-reference": "decode-named-character-reference@1.0.2",
1687
1687
  "micromark-core-commonmark": "micromark-core-commonmark@1.1.0",
1688
1688
  "micromark-factory-space": "micromark-factory-space@1.1.0",
@@ -1704,7 +1704,7 @@
1704
1704
  "integrity": "sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==",
1705
1705
  "dependencies": {
1706
1706
  "@types/debug": "@types/debug@4.1.12",
1707
- "debug": "debug@4.3.6",
1707
+ "debug": "debug@4.3.7",
1708
1708
  "decode-named-character-reference": "decode-named-character-reference@1.0.2",
1709
1709
  "devlop": "devlop@1.1.0",
1710
1710
  "micromark-core-commonmark": "micromark-core-commonmark@2.0.1",
@@ -1744,8 +1744,8 @@
1744
1744
  "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
1745
1745
  "dependencies": {}
1746
1746
  },
1747
- "ms@2.1.2": {
1748
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
1747
+ "ms@2.1.3": {
1748
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1749
1749
  "dependencies": {}
1750
1750
  },
1751
1751
  "node-emoji@2.1.3": {
@@ -2066,8 +2066,8 @@
2066
2066
  "unicode-emoji-modifier-base": "unicode-emoji-modifier-base@1.0.0"
2067
2067
  }
2068
2068
  },
2069
- "source-map-js@1.2.0": {
2070
- "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
2069
+ "source-map-js@1.2.1": {
2070
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
2071
2071
  "dependencies": {}
2072
2072
  },
2073
2073
  "space-separated-tokens@2.0.2": {