@podlite/formula 0.0.5 → 0.0.7
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 +15 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -35,6 +35,7 @@ $$
|
|
|
35
35
|
|
|
36
36
|
[example at pod6.in](http://pod6.in/#p=%3Dfor+formula+%3Acaption%28%27The+Cauchy-Schwarz+Inequality%27%29%0A+++%5Cleft%28+%5Csum_%7Bk%3D1%7D%5En+a_k+b_k+%5Cright%29%5E2+%5Cleq+%5Cleft%28+%5Csum_%7Bk%3D1%7D%5En+a_k%5E2+%5Cright%29+%5Cleft%28+%5Csum_%7Bk%3D1%7D%5En+b_k%5E2+%5Cright%29%0A%0A%0A%0AThis+is+an+inline++example%3A+F%3C+y+%3D+%5Csqrt%7B3x-1%7D%2B%281%2Bx%29%5E2+%3E%0A%0A%3Dbegin+markdown%0A%0A++*+this+is+a+example+of+%60formula%60+inside+markdown%3A+%24y+%3D+%5Csqrt%7B3x-1%7D%2B%281%2Bx%29%5E2%24%0A++%0A++and+block%3A+%0A++%0A++%24%24%0A++%5Cleft%28+%5Csum_%7Bk%3D1%7D%5En+a_k+b_k+%5Cright%29%5E2+%5Cleq+%5Cleft%28+%5Csum_%7Bk%3D1%7D%5En+a_k%5E2+%5Cright%29+%5Cleft%28+%5Csum_%7Bk%3D1%7D%5En+b_k%5E2+%5Cright%29%0A++%24%24%0A++%0A++%0A%0A%3Dend+markdown%0A%0A)
|
|
37
37
|
|
|
38
|
+
## Useful links
|
|
38
39
|
<div align="center">
|
|
39
40
|
<table border=0><tr><td valign=top><div align="center">
|
|
40
41
|
|
|
@@ -45,7 +46,16 @@ $$
|
|
|
45
46
|
- [Source](https://github.com/podlite/podlite-specs)
|
|
46
47
|
- [in HTML](https://podlite.org/specification)
|
|
47
48
|
- [Discussions](https://github.com/podlite/podlite-specs/discussions)
|
|
48
|
-
|
|
49
|
+
|
|
50
|
+
<div align="center">
|
|
51
|
+
|
|
52
|
+
##### implementation
|
|
53
|
+
</div>
|
|
54
|
+
|
|
55
|
+
- [Source](https://github.com/podlite/podlite)
|
|
56
|
+
- [Changelog](https://github.com/podlite/podlite/releases)
|
|
57
|
+
- [Issues](https://github.com/podlite/podlite/issues)
|
|
58
|
+
|
|
49
59
|
|
|
50
60
|
</td><td valign=top><div align="center">
|
|
51
61
|
|
|
@@ -56,6 +66,8 @@ $$
|
|
|
56
66
|
- [Podlite-web](https://github.com/podlite/podlite-web)
|
|
57
67
|
- [How-to article](https://zahatski.com/2022/8/23/1/start-you-own-blog-site-with-podlite-for-web)
|
|
58
68
|
- [Issues](https://github.com/podlite/podlite-specs/issues)
|
|
69
|
+
- [Changelog](https://github.com/podlite/podlite-web/releases)
|
|
70
|
+
- [Example: Knowledge base for <br/> raku programming language](https://raku-knowledge-base.podlite.org/)
|
|
59
71
|
|
|
60
72
|
</td><td valign=top><div align="center">
|
|
61
73
|
|
|
@@ -76,13 +88,14 @@ $$
|
|
|
76
88
|
- [podlite.org](https://podlite.org)
|
|
77
89
|
- [pod6.in](https://pod6.in/)
|
|
78
90
|
- [github.com/podlite](https://github.com/podlite/)
|
|
91
|
+
- [Podlite project updates](https://podlite.org/contents)
|
|
79
92
|
|
|
80
93
|
</td></tr></table>
|
|
81
94
|
</div>
|
|
82
95
|
|
|
83
96
|
## AUTHOR
|
|
84
97
|
|
|
85
|
-
Copyright (c) 2024 Aliaksandr Zahatski
|
|
98
|
+
Copyright (c) 2024-2025 Aliaksandr Zahatski
|
|
86
99
|
|
|
87
100
|
## License
|
|
88
101
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@podlite/formula",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "=formula",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"module": "./esm/index.js"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@podlite/schema": "0.0.
|
|
26
|
+
"@podlite/schema": "0.0.25",
|
|
27
27
|
"react-is": "^17.0.2"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|