@podlite/markdown 0.0.29 → 0.0.31
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 +23 -42
- package/lib/index.cjs +44 -41
- package/lib/index.cjs.map +3 -3
- package/lib/index.esm.js +2303 -1644
- package/lib/index.esm.js.map +3 -3
- package/package.json +2 -2
- package/src/tools.ts +11 -7
- package/t/parse.test.ts +52 -31
- package/t/plugin.test.tsx +3 -3
- package/tsconfig.tsbuildinfo +1 -1
package/README.md
CHANGED
|
@@ -1,26 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
</
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Podlite is not limited to any specific application domain, programming language, or concept.
|
|
14
|
-
|
|
15
|
-
In addition, the support for Markdown markup as a standard block adds convenience and allows for the use of familiar syntax for text formatting.
|
|
16
|
-
|
|
17
|
-
One of the key features of Podlite is its extensibility. This allows for defining unique and domain-specific blocks and expanding the language's functionality according to the requirements of your project.
|
|
18
|
-
|
|
19
|
-
Its flexibility makes it an ideal tool for creating documentation, blogs, educational materials, and much more.
|
|
20
|
-
|
|
21
|
-
Podlite aims to provide users with a means for creativity and expressing ideas in a structured form, while ensuring ease of use and high flexibility in content creation.
|
|
22
|
-
|
|
23
|
-
## Useful links
|
|
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/markdown">
|
|
5
|
+
</picture>
|
|
6
|
+
</p>
|
|
7
|
+
<p align="center"><em>bidirectional Markdown support for Podlite — parse .md files, embed Markdown blocks</em></p>
|
|
8
|
+
|
|
9
|
+
```sh
|
|
10
|
+
npm install @podlite/markdown
|
|
11
|
+
```
|
|
24
12
|
|
|
25
13
|
<div align="center">
|
|
26
14
|
<table border=0><tr><td valign=top><div align="center">
|
|
@@ -30,7 +18,7 @@ Podlite aims to provide users with a means for creativity and expressing ideas i
|
|
|
30
18
|
</div>
|
|
31
19
|
|
|
32
20
|
- [Source](https://github.com/podlite/podlite-specs)
|
|
33
|
-
- [
|
|
21
|
+
- [HTML](https://podlite.org/specification)
|
|
34
22
|
- [Discussions](https://github.com/podlite/podlite-specs/discussions)
|
|
35
23
|
|
|
36
24
|
<div align="center">
|
|
@@ -45,48 +33,41 @@ Podlite aims to provide users with a means for creativity and expressing ideas i
|
|
|
45
33
|
|
|
46
34
|
</td><td valign=top><div align="center">
|
|
47
35
|
|
|
48
|
-
##### publishing
|
|
36
|
+
##### publishing
|
|
49
37
|
|
|
50
38
|
</div>
|
|
51
39
|
|
|
52
40
|
- [Podlite-web](https://github.com/podlite/podlite-web)
|
|
53
41
|
- [How-to article](https://zahatski.com/2022/8/23/1/start-you-own-blog-site-with-podlite-for-web)
|
|
54
|
-
- [Issues](https://github.com/podlite/podlite-specs/issues)
|
|
55
42
|
- [Changelog](https://github.com/podlite/podlite-web/releases)
|
|
56
|
-
- [Practical case: Raku knowledge base ](https://raku-knowledge-base.podlite.org/)
|
|
57
43
|
|
|
58
44
|
</td><td valign=top><div align="center">
|
|
59
|
-
|
|
60
|
-
##### desktop
|
|
45
|
+
|
|
46
|
+
##### desktop editor
|
|
61
47
|
|
|
62
48
|
</div>
|
|
63
49
|
|
|
64
|
-
- [Podlite-desktop](https://github.com/podlite/podlite-desktop)
|
|
65
50
|
- [Releases](https://github.com/podlite/podlite-desktop/releases)
|
|
66
51
|
- [Issues](https://github.com/podlite/podlite-desktop/issues)
|
|
67
|
-
- Stores:
|
|
68
|
-
|
|
69
|
-
- [Windows](https://www.microsoft.com/store/apps/9NVNT9SNQJM8)
|
|
70
|
-
- [Mac App](https://apps.apple.com/us/app/podlite/id1526511053)
|
|
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
|
+
|
|
71
54
|
</td><td valign=top><div align="center">
|
|
72
55
|
|
|
73
|
-
#####
|
|
56
|
+
##### resources
|
|
74
57
|
|
|
75
|
-
|
|
58
|
+
</div>
|
|
76
59
|
|
|
77
|
-
- [Roadmap](https://podlite.org/#Roadmap)
|
|
78
|
-
- [github.com/podlite](https://github.com/podlite/) 🤩
|
|
79
60
|
- [podlite.org](https://podlite.org)
|
|
80
61
|
- [pod6.in](https://pod6.in/)
|
|
81
|
-
- [
|
|
82
|
-
- [Funding
|
|
62
|
+
- [github.com/podlite](https://github.com/podlite/)
|
|
63
|
+
- [Funding](https://opencollective.com/podlite)
|
|
83
64
|
|
|
84
65
|
</td></tr></table>
|
|
85
66
|
</div>
|
|
86
67
|
|
|
87
|
-
##
|
|
68
|
+
## Author
|
|
88
69
|
|
|
89
|
-
Copyright (c)
|
|
70
|
+
Copyright (c) 2021–2026 Aliaksandr Zahatski
|
|
90
71
|
|
|
91
72
|
## License
|
|
92
73
|
|