From 5167fc35bc3098ae5a1ea6241488c61c50d82153 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Fri, 12 Jan 2018 10:21:22 +0100 Subject: [PATCH] Update info.json --- export-checkboxes/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export-checkboxes/info.json b/export-checkboxes/info.json index a872bf1..b15c290 100644 --- a/export-checkboxes/info.json +++ b/export-checkboxes/info.json @@ -5,5 +5,5 @@ "version": "0.0.1", "minAppVersion": "17.12.0", "authors": ["@m-wim"], - "description" : "This script changes the html output. If list items start with a check box mark like
- [ ]
and
- [x]
the list bullet and mark is replaced with a single UTF-8 character for checked/unchecked state." + "description" : "This script changes the html output of the preview and export. If list items start with a check box mark like
- [ ]
and
- [x]
the list bullet and mark is replaced with a single UTF-8 character for checked/unchecked state." }