<code>***{% trans "This is bold and italics" %}***</code>
</td>
<td>
- <strong><i>{% trans "This is italics" %}</i></strong>
+ <strong><i>{% trans "This is bold and italics" %}</i></strong>
</td>
</tr></table>
<table class="section-example"><tr>
<code>___{% trans "This is also bold and italics" %}___</code>
</td>
<td>
- <strong><i>{% trans "This is italics" %}</i></strong>
+ <strong><i>{% trans "This is also bold and italics" %}</i></strong>
</td>
</tr></table>
</div>
<div class="section-description">{% blocktrans %}There's a lot more to the Markdown syntax than is mentioned here. But for creative writers, this covers a lot of the necessities. To find out more about Markdown than you'd ever want to really know, <a href="http://daringfireball.net/projects/markdown/syntax" target="_blank" rel="nofollow">go to the Markdown page where it all started</a>.{% endblocktrans %}</div>
</div>
</div>
-{% endblock %}
\ No newline at end of file
+{% endblock %}