@semos-labs/glyph-markdown 0.2.6 → 0.2.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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,6 +23,10 @@
|
|
|
23
23
|
|
|
24
24
|
Render markdown as native Glyph components. Headings, lists, tables, code blocks with syntax highlighting, images, links, and inline formatting — all rendered with proper flexbox layout, focus navigation, and terminal colors.
|
|
25
25
|
|
|
26
|
+
<p align="center">
|
|
27
|
+
<img src="./images/glyph-markdown.webp" alt="Glyph Markdown" width="100%">
|
|
28
|
+
</p>
|
|
29
|
+
|
|
26
30
|
---
|
|
27
31
|
|
|
28
32
|
## Features
|