{% if snipt.lexer == 'markdown' %}
{{ snipt.stylized|safe }}
{% else %} {% if 'linenos' not in snipt.stylized %}
                                            {% generate_line_numbers for snipt.line_count %}
                                        
{{ snipt.stylized|safe }}
{% else %} {{ snipt.stylized|safe }} {% endif %} {% endif %} {% if detail %}
{% endif %}