bash${{ oneliner.line }}
— by {{ oneliner.user.hackerprofile.get_display_name }}
on {{ oneliner.created_dt }}
{% if oneliner.explanation %}
Explanation
{{ oneliner.explanation|markdown:"safe" }}
{% endif %}
{% if oneliner.limitations %}
Limitations
{{ oneliner.limitations|markdown:"safe" }}
{% endif %}
{% if user == question.user and not question.is_answered %}
Accept this answer
{% endif %}
{% if not nobuttons %}
Post an alternative one-liner
{% endif %}
{% block related %}
{% endblock %}
{% get_comment_count for oneliner as comment_count %}
Post a comment on this one-liner
{% endif %}