Update info.json

This commit is contained in:
Patrizio Bekerle 2018-01-12 10:21:22 +01:00 committed by GitHub
parent ecbc87bbfc
commit 5167fc35bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 <pre>- [ ]</pre> and <pre>- [x]</pre> 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 <pre>- [ ]</pre> and <pre>- [x]</pre> the list bullet and mark is replaced with a single UTF-8 character for checked/unchecked state."
}