diff --git a/export-checkboxes/export-checkboxes.qml b/export-checkboxes/export-checkboxes.qml index ca7879d..2cd9dfa 100644 --- a/export-checkboxes/export-checkboxes.qml +++ b/export-checkboxes/export-checkboxes.qml @@ -18,7 +18,8 @@ QtObject { // see http://doc.qt.io/qt-5/richtext-html-subset.html for a list of // supported css styles html = html.replace(/
)*(\s*)\[x\]/g, "
)*(\s*)\[X\]/g, "
)*(\s*)\[ \]/g, "
- [x]and
- [ ]the list-bullet and mark are replaced with a single UTF-8 character ☑ and ☐ for checked/unchecked states." + "authors": ["@m-wim", "@visika"], + "description" : "This script changes the html output of the preview and export. If a list item starts with a checkbox-mark like
- [x],
- [X]and
- [ ]the list-bullet and mark are replaced with a single UTF-8 character ☑ and ☐ for checked/unchecked states." }