1 <!-- template answer_edit_tips.html -->
4 <p class="subtitle darkred">{% trans "answer tips" %}</p>
7 <li> <b>{% trans "please make your answer relevant to this community" %}</b>
10 {% trans "try to give an answer, rather than engage into a discussion" %}
13 {% trans "please try to provide details" %}
16 {% trans "be clear and concise" %}
19 <p class='info-box-follow-up-links'>
20 <a href="{% url faq %}" target="_blank" title="{% trans "see frequently asked questions" %}">faq »</a>
26 <p class="subtitle">{% trans "Markdown tips" %}</p>
27 <ul class="list-item">
29 {% trans "*italic* or __italic__" %}
32 {% trans "**bold** or __bold__" %}
35 <b>{% trans "link" %}</b>:[{% trans "text" %}](http://url.com/ "{% trans "title" %}")
39 <b>{% trans "image" %}</b>:![alt {% trans "text" %}](/path/img.jpg "{% trans "title" %}")
43 {% trans "numbered list:" %}
48 {% trans "basic HTML tags are also supported" %}
51 <p class='info-box-follow-up-links'>
52 <a href="http://en.wikipedia.org/wiki/Markdown" target="_blank">{% trans "learn more about Markdown" %} »</a>
55 <!-- end template answer_edit_tips.html -->