]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/answer_edit_tips.html
Adding full width and site width banner placeholders. Might be useful while creating...
[osqa.git] / forum / skins / default / templates / answer_edit_tips.html
index bcbe76cea04c8e21f73578d4f538201e4aaf6a18..43240c8e36d18928dab74051adb0dc8d1dd4a025 100644 (file)
@@ -1,5 +1,5 @@
 <!-- template answer_edit_tips.html -->
-{% load i18n %}
+{% load i18n general_sidebar_tags %}
 <div class="boxC">
     <p class="subtitle darkred">{% trans "answer tips" %}</p>
     <div>
     </div>
 </div>
 
-<div class="boxC">
-    <p class="subtitle">{% trans "Markdown tips" %}</p>
-    <ul class="list-item">
-        <li>
-            {% trans "*italic* or __italic__" %}
-        </li>
-        <li>
-                       {% trans "**bold** or __bold__" %}
-        </li>
-        <li>
-            <b>{% trans "link" %}</b>:[{% trans "text" %}](http://url.com/ "{% trans "title" %}")
-
-        </li>
-        <li>
-            <b>{% trans "image" %}</b>:![alt {% trans "text" %}](/path/img.jpg "{% trans "title" %}")
-
-        </li>
-        <li>
-                       {% trans "numbered list:" %}
-            1.  Foo
-            2.  Bar
-        </li>
-        <li>
-                       {% trans "basic HTML tags are also supported" %}
-        </li>
-    </ul>
-    <p class='info-box-follow-up-links'>
-        <a href="{% url markdown_help %}" target="_blank">{% trans "learn more about Markdown" %} </a>
-    </p>
-</div>
+{% markdown_help %}
 <!-- end template answer_edit_tips.html -->