diff --git a/export-checkboxes/info.json b/export-checkboxes/info.json index d807704..212df76 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 of the preview and export. If list items start with a check box mark like
- [x]
and
- [ ]
the list bullet and mark is replaced with a single UTF-8 character ☑ and ☐ for checked/unchecked state." + "description" : "This script changes the html output of the preview and export. If a list item starts with a checkbox-mark like
- [x]
and
- [ ]
the list-bullet and mark are replaced with a single UTF-8 character ☑ and ☐ for checked/unchecked states." }