{{ title }}
diff --git a/templates/help.html b/templates/help.html new file mode 100644 index 0000000..e35341e --- /dev/null +++ b/templates/help.html @@ -0,0 +1,19 @@ +{% extends 'base.html' %} +{% block content %} +Formatting
+-
+
-
+Prepend two spaces to format code, e.g.
+{{ minimd(' This is code\n More code') | safe }}+
+
-
+Lists, starting with '- ' or '0.', '1.' ... automatically have linebreaks added.
+e.g.
+{{ minimd('- Item A\n- Item B') | safe }}+Note that there must be a single space between '-' and the rest of the line. +
+
- +Words starting with 'http://' or 'https://' are automatically turned into links. + +