From 78ccefa54f3f2e7cac468ead6e19ec5b1daadbcd Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Fri, 2 Nov 2012 17:29:13 -0400 Subject: [PATCH] An initial version of in-app Markdown help. (imported from commit 14d374acee44e1beeed6cfcd57a0400f22080f27) --- templates/zephyr/index.html | 7 ++++ templates/zephyr/markdown_help.html | 65 +++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 templates/zephyr/markdown_help.html diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index 2ce1ad485b..777c23ee15 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -116,6 +116,12 @@ var people_list = [ Keyboard shortcuts +
  • + + + Formatting help + +
  • @@ -190,5 +196,6 @@ var people_list = [ {% include "zephyr/keyboard_shortcuts.html" %} + {% include "zephyr/markdown_help.html" %} {% endblock %} diff --git a/templates/zephyr/markdown_help.html b/templates/zephyr/markdown_help.html new file mode 100644 index 0000000000..d93d979b66 --- /dev/null +++ b/templates/zephyr/markdown_help.html @@ -0,0 +1,65 @@ +