{% import 'macros/form.html' as form %} {% resource "datarequest/edit_comment.js" %}
{% if not comment_id %}
{{ h.gravatar(current_user.email_hash, 48) }}
{% endif %} {% if focus %} {% block errors %}{{ form.errors(errors_summary) }}{% endblock %} {% endif %}
{% set markdown_tooltip = "

__Bold text__ or _italic text_

# title
## secondary title
### etc

* list
* of
* items

http://auto.link.ed/

Full markdown syntax

Please note: HTML tags are stripped out for security reasons

" %} {% trans %}You can use Markdown formatting here. You can refer datasets by adding their URL.{% endtrans %}
{% if comment_id %} {% else %} {% endif %}