markup-email 1.0.1 → 1.0.2
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/bin/markup-email +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d58b9e8998d8dbfa435611f5880bfcef514a462d
|
|
4
|
+
data.tar.gz: bf8d12db39f17221adfbb4bfd8f1d9f779370fc8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3db341134b2aff387fffafaf05771428189ddcdd02205aa824567c5cfde978c3bac31f3aa0f428f5d4b609cbebb58084e4d3db46421b39a20446d8e34f50c83b
|
|
7
|
+
data.tar.gz: a64d1270e9be5bba3ef24c597df5d1ba37f06d9725d1a2553f98a711197f8afe149465420c0b066248c42a3a93b3d6912b800e7c284f13c77978b6e709ae6e58
|
data/README.md
CHANGED
|
@@ -24,9 +24,9 @@ Options:
|
|
|
24
24
|
|
|
25
25
|
| Option | Description |
|
|
26
26
|
| ----------------------|:-------------:|
|
|
27
|
-
| -s, --sanitize | Sanitizes all html/markdown by removing
|
|
27
|
+
| -s, --sanitize | Sanitizes all html/markdown by removing potentially harmful tags or their attributes |
|
|
28
28
|
| -t, --title | The subsequent word/argument will be set as the title |
|
|
29
|
-
| -h, --help, help | Brings up the help menu (
|
|
29
|
+
| -h, --help, help | Brings up the help menu (similar as this) |
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
Your chosen markdown requires these packages accordingly:
|
data/bin/markup-email
CHANGED