1 <!-- question_edit_tips.html -->
 
   3 <div class="boxC" id="title_side_bar">
 
   4     <p class="subtitle darkred">{% trans "Title Tips" %}</p>
 
   9                 {% blocktrans with settings.APP_SHORT_NAME as app_title %}
 
  10                 ask a question relevant to the {{ app_title }} community 
 
  15                 {% trans "please try provide enough details" %}
 
  18                                 {% trans "be clear and concise" %}
 
  21         <p class='info-box-follow-up-links'>
 
  22             <a href="{% url faq %}" target="_blank" title="{% trans "see frequently asked questions" %}">{% trans "faq" %} »</a>
 
  27 <div class="boxC" id="editor_side_bar">
 
  28     <p class="subtitle darkred">{% trans "Markdown Basics" %}</p>
 
  29     <ul class="list-item">
 
  31             {% trans "*italic* or __italic__" %}
 
  34                         {% trans "**bold** or __bold__" %}
 
  37             <b>{% trans "link" %}</b>:[{% trans "text" %}](http://url.com/ "{% trans "title" %}")
 
  42             <b>{% trans "image" %}</b>:
 
  46                         {% trans "numbered list:" %}
 
  51                         {% trans "basic HTML tags are also supported" %}
 
  54     <p class='info-box-follow-up-links'>
 
  55         <a href="http://en.wikipedia.org/wiki/Markdown" target="_blank">{% trans "learn more about Markdown" %} </a>
 
  59 <div class="boxC" id="tags_side_bar" align="left">
 
  60     <p class="subtitle darkred">{% trans "What Are Tags" %}</p>
 
  61     <ul class="list-item">
 
  63             {% trans "Tags are words that will tell others what this question proteins to." %}
 
  66             {% trans "They will help other find your question." %}
 
  69             {% trans "A question can have up to five tags but it must have at less one." %}
 
  75 <!-- end question_edit_tips.html -->