]> WPIA git - motion.git/blobdiff - templates/index.html
upd: allow markdown text in motion content
[motion.git] / templates / index.html
index 4ff3a44b90083c456cfe03eca077f9ffa7f3652d..125dc7c07fc7ac9fa26a90fae7140be85731323e 100644 (file)
@@ -29,6 +29,8 @@ User: {{g.user}}
   </div>
   <div class="panel-body">
     <textarea class="form-control" placeholder="Motion content" name="content" rows="8" cols="70"></textarea><br>
+    Editing note: Markdown is used formatting.<br>
+    To add a line break add two lines, to enter a link use [text](https//domain.tld/link)<br>
     <button class="btn btn-primary" type="submit">Submit Motion</button>
   </div>
 </div>