@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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semos-labs/glyph-markdown",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Markdown renderer for Glyph terminal UI framework with syntax highlighting",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",