You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2018/09/13 19:24:15 UTC

[11/12] allura git commit: Update docs for checklist support

Update docs for checklist support


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/4ff9c9a9
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/4ff9c9a9
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/4ff9c9a9

Branch: refs/heads/master
Commit: 4ff9c9a9dc9cde8ad8428e13369572eb7b2307cd
Parents: 6762c57
Author: Shalitha <sh...@gmail.com>
Authored: Tue Sep 11 22:32:56 2018 +0530
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Thu Sep 13 19:18:27 2018 +0000

----------------------------------------------------------------------
 Allura/allura/templates/jinja_master/lib.html | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/4ff9c9a9/Allura/allura/templates/jinja_master/lib.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/jinja_master/lib.html b/Allura/allura/templates/jinja_master/lib.html
index de2031c..85545b6 100644
--- a/Allura/allura/templates/jinja_master/lib.html
+++ b/Allura/allura/templates/jinja_master/lib.html
@@ -477,6 +477,12 @@ To start an ordered list, write this:
     * just indent by 4 spaces (or tab) to make a sub-list
         1. keep indenting for more sub lists
     * here i'm back to the second level
+
+To start and check list, write this: 
+
+- [ ] this is not checked
+- [ ] this is too
+- [x] but this is checked  
 </pre></div>
 
 <p>Output:</p>
@@ -493,7 +499,13 @@ To start an ordered list, write this:
 9. any number, +, -, or * will keep the list going.
     * just indent by 4 spaces (or tab) to make a sub-list
         1. keep indenting for more sub lists
-    * here i\'m back to the second level''')}}
+    * here i\'m back to the second level
+
+To start and check list, write this: 
+
+- [ ] this is not checked
+- [ ] this is too
+- [x] but this is checked''')}}
 </div>
 
 <div class="markdown_syntax_section hidden_in_modal md_ex_tables{{id}}">