podlite 0.0.50 → 0.0.52
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 +61 -4
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,12 +1,69 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<picture>
|
|
3
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/podlite/podlite/main/assets/podlite-mark-core-dark.svg">
|
|
4
|
+
<img src="https://raw.githubusercontent.com/podlite/podlite/main/assets/podlite-mark-core.svg" width="350" alt="podlite">
|
|
5
|
+
</picture>
|
|
6
|
+
</p>
|
|
7
|
+
<p align="center"><em>Podlite markup language parser — Markdown-compatible, with native support for diagrams, formulas, and custom blocks</em></p>
|
|
4
8
|
|
|
5
9
|
```sh
|
|
6
10
|
npm install podlite
|
|
7
11
|
```
|
|
8
12
|
|
|
9
|
-
|
|
13
|
+
<div align="center">
|
|
14
|
+
<table border=0><tr><td valign=top><div align="center">
|
|
15
|
+
|
|
16
|
+
##### specification
|
|
17
|
+
|
|
18
|
+
</div>
|
|
19
|
+
|
|
20
|
+
- [Source](https://github.com/podlite/podlite-specs)
|
|
21
|
+
- [HTML](https://podlite.org/specification)
|
|
22
|
+
- [Discussions](https://github.com/podlite/podlite-specs/discussions)
|
|
23
|
+
|
|
24
|
+
<div align="center">
|
|
25
|
+
|
|
26
|
+
##### implementation
|
|
27
|
+
|
|
28
|
+
</div>
|
|
29
|
+
|
|
30
|
+
- [Source](https://github.com/podlite/podlite)
|
|
31
|
+
- [Changelog](https://github.com/podlite/podlite/releases)
|
|
32
|
+
- [Issues](https://github.com/podlite/podlite/issues)
|
|
33
|
+
|
|
34
|
+
</td><td valign=top><div align="center">
|
|
35
|
+
|
|
36
|
+
##### publishing
|
|
37
|
+
|
|
38
|
+
</div>
|
|
39
|
+
|
|
40
|
+
- [Podlite-web](https://github.com/podlite/podlite-web)
|
|
41
|
+
- [How-to article](https://zahatski.com/2022/8/23/1/start-you-own-blog-site-with-podlite-for-web)
|
|
42
|
+
- [Changelog](https://github.com/podlite/podlite-web/releases)
|
|
43
|
+
|
|
44
|
+
</td><td valign=top><div align="center">
|
|
45
|
+
|
|
46
|
+
##### desktop editor
|
|
47
|
+
|
|
48
|
+
</div>
|
|
49
|
+
|
|
50
|
+
- [Releases](https://github.com/podlite/podlite-desktop/releases)
|
|
51
|
+
- [Issues](https://github.com/podlite/podlite-desktop/issues)
|
|
52
|
+
- Stores: [Mac](https://apps.apple.com/us/app/podlite/id1526511053) · [Windows](https://www.microsoft.com/store/apps/9NVNT9SNQJM8) · [Linux](https://snapcraft.io/podlite)
|
|
53
|
+
|
|
54
|
+
</td><td valign=top><div align="center">
|
|
55
|
+
|
|
56
|
+
##### resources
|
|
57
|
+
|
|
58
|
+
</div>
|
|
59
|
+
|
|
60
|
+
- [podlite.org](https://podlite.org)
|
|
61
|
+
- [pod6.in](https://pod6.in/)
|
|
62
|
+
- [github.com/podlite](https://github.com/podlite/)
|
|
63
|
+
- [Funding](https://opencollective.com/podlite)
|
|
64
|
+
|
|
65
|
+
</td></tr></table>
|
|
66
|
+
</div>
|
|
10
67
|
|
|
11
68
|
## Author
|
|
12
69
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "podlite",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.52",
|
|
4
4
|
"description": "Podlite markup language parser — Markdown-compatible, with native support for diagrams, formulas, and custom blocks",
|
|
5
5
|
"homepage": "https://podlite.org",
|
|
6
6
|
"repository": {
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
"url": "https://github.com/podlite/podlite/issues"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@podlite/diagram": "^0.0.
|
|
53
|
-
"@podlite/formula": "0.0.
|
|
54
|
-
"@podlite/image": "^0.0.
|
|
55
|
-
"@podlite/markdown": "0.0.
|
|
56
|
-
"@podlite/schema": "^0.0.
|
|
57
|
-
"@podlite/toc": "0.0.
|
|
52
|
+
"@podlite/diagram": "^0.0.43",
|
|
53
|
+
"@podlite/formula": "0.0.21",
|
|
54
|
+
"@podlite/image": "^0.0.38",
|
|
55
|
+
"@podlite/markdown": "0.0.32",
|
|
56
|
+
"@podlite/schema": "^0.0.39",
|
|
57
|
+
"@podlite/toc": "0.0.32",
|
|
58
58
|
"nanoid": "3.1.30"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|