@podlite/markdown 0.0.30 → 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 CHANGED
@@ -1,12 +1,69 @@
1
- # @podlite/markdown
2
-
3
- bidirectional Markdown support for Podlite — parse .md files, embed Markdown blocks
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>
4
8
 
5
9
  ```sh
6
10
  npm install @podlite/markdown
7
11
  ```
8
12
 
9
- Part of the [Podlite](https://podlite.org) ecosystem — [source](https://github.com/podlite/podlite) · [specification](https://podlite.org/specification) · [online editor](https://pod6.in/)
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