peasy-document 0.1.0 → 0.1.1
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
|
@@ -9,6 +9,10 @@ Pure TypeScript document conversion library for Markdown, HTML, CSV, JSON, and Y
|
|
|
9
9
|
|
|
10
10
|
Part of the [Peasy Tools](https://peasytools.com) developer tools ecosystem.
|
|
11
11
|
|
|
12
|
+
<p align="center">
|
|
13
|
+
<img src="demo.gif" alt="peasy-document demo — Markdown to HTML conversion in terminal" width="800">
|
|
14
|
+
</p>
|
|
15
|
+
|
|
12
16
|
## Table of Contents
|
|
13
17
|
|
|
14
18
|
- [Install](#install)
|
package/package.json
CHANGED