diff --git a/markdown-preview/index.html b/markdown-preview/index.html new file mode 100644 index 0000000..0f8a356 --- /dev/null +++ b/markdown-preview/index.html @@ -0,0 +1,792 @@ + + + + + + + Markdown Preview + + + + +
+
Writing · Markdown
+

Markdown Preview

+

Write Markdown on the left and watch it render live — headings, lists, tables, code and more, entirely offline.

+
+ +
+ + + +
+ + +
+ +
+
+
Markdown
+ +
+
+
Preview
+
+
+
+ +
+ 0 words + 0 characters + 0 lines + + 0 min read +
+ +
+ + + +
+ + + + + diff --git a/screenshots/markdown-preview.webp b/screenshots/markdown-preview.webp new file mode 100644 index 0000000..b01f2be Binary files /dev/null and b/screenshots/markdown-preview.webp differ diff --git a/tools.json b/tools.json index b8bb599..d8db19b 100644 --- a/tools.json +++ b/tools.json @@ -1,5 +1,5 @@ { - "catalogVersion": 21, + "catalogVersion": 22, "tools": [ { "dir": "color-capture", @@ -216,6 +216,14 @@ "glyph": "📐", "color": "#4d63ff", "version": 1 + }, + { + "dir": "markdown-preview", + "name": "Markdown Preview", + "description": "Write Markdown and watch it render live — headings, lists, tables, code and more, with word count and one-click copy, fully offline.", + "glyph": "📝", + "color": "#4d63ff", + "version": 1 } ] }