marksmith 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/app/models/marksmith/renderer.rb +0 -1
- data/lib/marksmith/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 193c81e84d2038d0008789be16f079c0e71a874d40a2d92dc79ef6c31325fd4b
|
4
|
+
data.tar.gz: 8b0ee90a5b595712f8e61faa2f35ce50d962df9872cf36705d96315b3b29eac5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86342b9e8ba64a3f5a55eeac8a5a8f0148f3af00d712ee8ffaa1ed0d835743b9cc4f3d67c7f76b7dd2d12062f8681408c66d4213dce5eaa43c440680a3164af7
|
7
|
+
data.tar.gz: 3e634ebc04720f365256687780479b2fd3d37ff7ff306ea0bfe9dfc8be564b6e3f9b877cd9cbc9d0065ee70ac30ad035b8f1213cba8da4a0a56d7e5df571161d
|
data/README.md
CHANGED
@@ -4,6 +4,8 @@ Marksmith is a GitHub-style markdown editor for Rails apps.
|
|
4
4
|
|
5
5
|
It supports Active Storage attachments and comes with a built-in mardown preview renderer.
|
6
6
|
|
7
|
+
[![Marksmith demo](https://github.com/user-attachments/assets/09820413-7b2f-4d9d-a6a5-a9b1d5b90bea)](https://github.com/user-attachments/assets/f257db9d-6bfd-4fbc-ac10-dff1dfc99ff2)
|
8
|
+
|
7
9
|
## Usage
|
8
10
|
|
9
11
|
```erb
|
data/lib/marksmith/version.rb
CHANGED