@thi.ng/hiccup-markdown 2.1.40 → 2.1.42
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 +1 -1
- package/README.md +7 -10
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
2
|
|
|
3
|
-
# 
|
|
3
|
+
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/hiccup-markdown)
|
|
6
6
|

|
|
7
|
-
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
This project is part of the
|
|
10
10
|
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
|
|
@@ -30,7 +30,7 @@ This project is part of the
|
|
|
30
30
|
|
|
31
31
|
## About
|
|
32
32
|
|
|
33
|
-
Markdown parser & serializer from/to Hiccup format
|
|
33
|
+
Markdown parser & serializer from/to Hiccup format
|
|
34
34
|
|
|
35
35
|
This package provides both a customizable
|
|
36
36
|
[Markdown](https://en.wikipedia.org/wiki/Markdown)-to-[Hiccup](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup)
|
|
@@ -58,11 +58,8 @@ ES module import:
|
|
|
58
58
|
|
|
59
59
|
For Node.js REPL:
|
|
60
60
|
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
node --experimental-repl-await
|
|
64
|
-
|
|
65
|
-
> const hiccupMarkdown = await import("@thi.ng/hiccup-markdown");
|
|
61
|
+
```js
|
|
62
|
+
const hiccupMarkdown = await import("@thi.ng/hiccup-markdown");
|
|
66
63
|
```
|
|
67
64
|
|
|
68
65
|
Package sizes (brotli'd, pre-treeshake): ESM: 2.44 KB
|
|
@@ -407,7 +404,7 @@ More info [here](http://thi.ng/hiccup-markdown).
|
|
|
407
404
|
|
|
408
405
|
## Authors
|
|
409
406
|
|
|
410
|
-
Karsten Schmidt
|
|
407
|
+
- [Karsten Schmidt](https://thi.ng)
|
|
411
408
|
|
|
412
409
|
If this project contributes to an academic publication, please cite it as:
|
|
413
410
|
|
|
@@ -422,4 +419,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
422
419
|
|
|
423
420
|
## License
|
|
424
421
|
|
|
425
|
-
© 2018 - 2022 Karsten Schmidt // Apache
|
|
422
|
+
© 2018 - 2022 Karsten Schmidt // Apache License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hiccup-markdown",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.42",
|
|
4
4
|
"description": "Markdown parser & serializer from/to Hiccup format",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"url": "https://patreon.com/thing_umbrella"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
|
-
"author": "Karsten Schmidt
|
|
24
|
+
"author": "Karsten Schmidt (https://thi.ng)",
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build": "yarn clean && tsc --declaration",
|
|
@@ -34,24 +34,24 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.
|
|
38
|
-
"@thi.ng/arrays": "^2.4.
|
|
39
|
-
"@thi.ng/checks": "^3.3.
|
|
40
|
-
"@thi.ng/defmulti": "^2.1.
|
|
41
|
-
"@thi.ng/errors": "^2.2.
|
|
42
|
-
"@thi.ng/fsm": "^3.1.
|
|
43
|
-
"@thi.ng/hiccup": "^4.2.
|
|
44
|
-
"@thi.ng/strings": "^3.3.
|
|
45
|
-
"@thi.ng/text-canvas": "^2.4.
|
|
46
|
-
"@thi.ng/transducers": "^8.3.
|
|
37
|
+
"@thi.ng/api": "^8.6.1",
|
|
38
|
+
"@thi.ng/arrays": "^2.4.6",
|
|
39
|
+
"@thi.ng/checks": "^3.3.5",
|
|
40
|
+
"@thi.ng/defmulti": "^2.1.25",
|
|
41
|
+
"@thi.ng/errors": "^2.2.6",
|
|
42
|
+
"@thi.ng/fsm": "^3.1.33",
|
|
43
|
+
"@thi.ng/hiccup": "^4.2.27",
|
|
44
|
+
"@thi.ng/strings": "^3.3.21",
|
|
45
|
+
"@thi.ng/text-canvas": "^2.4.22",
|
|
46
|
+
"@thi.ng/transducers": "^8.3.27"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@microsoft/api-extractor": "^7.33.
|
|
50
|
-
"@thi.ng/testament": "^0.3.
|
|
49
|
+
"@microsoft/api-extractor": "^7.33.7",
|
|
50
|
+
"@thi.ng/testament": "^0.3.7",
|
|
51
51
|
"rimraf": "^3.0.2",
|
|
52
52
|
"tools": "^0.0.1",
|
|
53
|
-
"typedoc": "^0.23.
|
|
54
|
-
"typescript": "^4.
|
|
53
|
+
"typedoc": "^0.23.22",
|
|
54
|
+
"typescript": "^4.9.4"
|
|
55
55
|
},
|
|
56
56
|
"keywords": [
|
|
57
57
|
"ast",
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"status": "alpha",
|
|
96
96
|
"year": 2018
|
|
97
97
|
},
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n"
|
|
99
99
|
}
|