1 <!-- question_edit_tips.html -->
 
   4     <p class="subtitle darkred">{% trans "question tips" %}</p>
 
   7             <li> <b>{% trans "please ask a relevant question" %}</b>
 
  10                 {% trans "please try provide enough details" %}
 
  13                                 {% trans "be clear and concise" %}
 
  16         <p class='info-box-follow-up-links'>
 
  17             <a href="{% url faq %}" target="_blank" title="{% trans "see frequently asked questions" %}">{% trans "faq" %} »</a>
 
  23     <p class="subtitle">{% trans "Markdown tips" %}</p>
 
  24     <ul class="list-item">
 
  26             {% trans "*italic* or __italic__" %}
 
  29                         {% trans "**bold** or __bold__" %}
 
  32             <b>{% trans "link" %}</b>:[{% trans "text" %}](http://url.com/ "{% trans "title" %}")
 
  37             <b>{% trans "image" %}</b>:
 
  41                         {% trans "numbered list:" %}
 
  46                         {% trans "basic HTML tags are also supported" %}
 
  49     <p class='info-box-follow-up-links'>
 
  50         <a href="http://en.wikipedia.org/wiki/Markdown" target="_blank">{% trans "learn more about Markdown" %} »</a>
 
  53 <!-- end question_edit_tips.html -->