{ "info": { "author": "FND", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "[Markdown Checklist](https://github.com/FND/markdown-checklist)\n\na [Python Markdown](http://pythonhosted.org/Markdown/) extension for lists of\ntasks with checkboxes\n\ninspired by\n[GitHub task lists](https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments):\n\n * [ ] foo\n * [x] bar\n * [ ] baz\n\nbecomes\n\n \n\n* a dash can be used instead of an asterisk for list items\n* both upper- and lowercase \"x\" are accepted to activate checkboxes\n\n\nInstallation\n------------\n\n $ pip install markdown-checklist\n\n\nUsage\n-----\n\n import markdown\n html = markdown.markdown(source, extensions=['markdown_checklist.extension'])\n\nor\n\n import markdown\n from markdown_checklist.extension import ChecklistExtension\n html = markdown.markdown(source, extensions=[ChecklistExtension()])\n\nThere is also a small JavaScript/jQuery library to make checkboxes interactive:\n\n new Checklists(\"article\", function(checkbox, callback) {\n var uri = checkbox.closest(\"article\").find(\"h1 a\").attr(\"href\");\n jQuery.get(uri, callback);\n }, function(markdown, checkbox, callback) {\n var uri = checkbox.closest(\"article\").find(\"h1 a\").attr(\"href\");\n jQuery.ajax({\n type: \"put\",\n uri: uri,\n data: markdown,\n success: callback\n });\n });\n\nSee included `checklists.js` for details.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jstacoder/markdown-checklist", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "markdown-checklist-nodisable", "package_url": "https://pypi.org/project/markdown-checklist-nodisable/", "platform": "Posix; MacOS X; Windows", "project_url": "https://pypi.org/project/markdown-checklist-nodisable/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jstacoder/markdown-checklist" }, "release_url": "https://pypi.org/project/markdown-checklist-nodisable/0.4.3/", "requires_dist": null, "requires_python": null, "summary": "Python Markdown extension for task lists with checkboxes", "version": "0.4.3" }, "last_serial": 1419762, "releases": { "0.4.2": [ { "comment_text": "", "digests": { "md5": "606e9743bfb1ec02c7baaad42a0d3670", "sha256": "9d86695d9b42e4aef3427693e3cc575fd289d600351364545697d12ce7fd7106" }, "downloads": -1, "filename": "markdown-checklist-nodisable-0.4.2.tar.gz", "has_sig": false, "md5_digest": "606e9743bfb1ec02c7baaad42a0d3670", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4568, "upload_time": "2015-02-11T19:52:14", "url": "https://files.pythonhosted.org/packages/dd/3e/fa0977252823da46fc579443d8232b0d488c92c230ca2c9d3563860494d3/markdown-checklist-nodisable-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "b14b4fb154d11c89615d4d18a59b5a72", "sha256": "e7b5efb01cce586752ee3bde0f804f1aed662b6f44ff7023e1ab7fb3a785986f" }, "downloads": -1, "filename": "markdown-checklist-nodisable-0.4.3.tar.gz", "has_sig": false, "md5_digest": "b14b4fb154d11c89615d4d18a59b5a72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3861, "upload_time": "2015-02-11T19:54:47", "url": "https://files.pythonhosted.org/packages/10/62/bd71707670834701c18464dedce5c55bcf3ed04628dfa6682c037b201155/markdown-checklist-nodisable-0.4.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b14b4fb154d11c89615d4d18a59b5a72", "sha256": "e7b5efb01cce586752ee3bde0f804f1aed662b6f44ff7023e1ab7fb3a785986f" }, "downloads": -1, "filename": "markdown-checklist-nodisable-0.4.3.tar.gz", "has_sig": false, "md5_digest": "b14b4fb154d11c89615d4d18a59b5a72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3861, "upload_time": "2015-02-11T19:54:47", "url": "https://files.pythonhosted.org/packages/10/62/bd71707670834701c18464dedce5c55bcf3ed04628dfa6682c037b201155/markdown-checklist-nodisable-0.4.3.tar.gz" } ] }