{% load markup %}

{{ oneliner.summary|capfirst }} {% if user == oneliner.user %} {% if not oneliner.is_published %}(Not published!){% endif %} {% endif %}

bash${{ oneliner.line }}

— by {{ oneliner.user.hackerprofile.display_name|default:oneliner.user.username }} on {{ oneliner.created_dt }}

{% if oneliner.explanation %}

Explanation

{{ oneliner.explanation|markdown:"safe" }}
{% endif %} {% if oneliner.limitations %}

Limitations

{{ oneliner.limitations|markdown:"safe" }}
{% endif %} {% block related %} {% endblock %} {% if user == question.user and not question.is_answered %}

Accept this answer

{% endif %}