@thi.ng/hiccup-markdown 3.2.70 → 3.2.71

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-03-01T15:22:50Z
3
+ - **Last updated**: 2024-03-02T14:05:53Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -297,6 +297,8 @@ defaults/outputs.
297
297
  Example with custom link elements:
298
298
 
299
299
  ```ts
300
+ import { parse, type TagTransforms } from "@thi.ng/hiccup-markdown";
301
+
300
302
  const tags: Partial<TagTransforms> = {
301
303
  link: (ctx, href, body) => ["a.link.blue", { href }, ...body]
302
304
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-markdown",
3
- "version": "3.2.70",
3
+ "version": "3.2.71",
4
4
  "description": "Markdown parser & serializer from/to Hiccup format",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,16 +36,16 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@thi.ng/api": "^8.9.27",
39
- "@thi.ng/arrays": "^2.8.4",
39
+ "@thi.ng/arrays": "^2.8.5",
40
40
  "@thi.ng/checks": "^3.5.1",
41
- "@thi.ng/defmulti": "^3.0.27",
41
+ "@thi.ng/defmulti": "^3.0.28",
42
42
  "@thi.ng/emoji": "^0.1.31",
43
43
  "@thi.ng/errors": "^2.4.19",
44
- "@thi.ng/hiccup": "^5.1.17",
44
+ "@thi.ng/hiccup": "^5.1.18",
45
45
  "@thi.ng/logger": "^3.0.4",
46
- "@thi.ng/parse": "^2.4.28",
47
- "@thi.ng/strings": "^3.7.19",
48
- "@thi.ng/text-canvas": "^3.0.6"
46
+ "@thi.ng/parse": "^2.4.29",
47
+ "@thi.ng/strings": "^3.7.20",
48
+ "@thi.ng/text-canvas": "^3.0.7"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@microsoft/api-extractor": "^7.40.1",
@@ -98,5 +98,5 @@
98
98
  ],
99
99
  "year": 2018
100
100
  },
101
- "gitHead": "d660ae8fd1bf64d919b4334f19509f1f539d70f6\n"
101
+ "gitHead": "df9e312af741d87e6b450afcfea6a6e381662b1e\n"
102
102
  }