From ecbc87bbfcb6b7c90d732da7dd04d5a243b1f302 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Fri, 12 Jan 2018 10:19:36 +0100 Subject: [PATCH] added more information --- 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 7f1ae9e..a872bf1 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 the list bullet and mark is replaced with a single UTF-8 character for checked/unchecked state." + "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." }