From 2b2a8f7b271e0bcd366b6920652f92da7c95c7b6 Mon Sep 17 00:00:00 2001 From: 4rno Date: Mon, 8 Jun 2020 12:24:09 +0200 Subject: [PATCH] Update Markdown.md Add checklist explaination --- docs/Markdown.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/Markdown.md b/docs/Markdown.md index 5584b1d57..b7cfa8b37 100644 --- a/docs/Markdown.md +++ b/docs/Markdown.md @@ -14,6 +14,16 @@ That same link offers also a comprehensive list of what is supported, and what i [CommonMark Markdown Reference](http://commonmark.org/help/) +## Note about checklists + +It is possible to create checklist in Deck by writing it in Markdown, using the following syntax: +```md +- [ ] This is a unchecked item +- [x] This is a checked item +``` +Then, the items can be checked and unchecked by clicking on the rendered checkbox. +Also, a summary of the completed items will be visible under the card element. + ## Known Issues As per [issue #127](https://github.com/nextcloud/deck/issues/127) Due to a known limitation of the current script to support markdown, Links that contain the `")"` character will not display well, or will break.