markdown-docs documentation
Filter:
{% for markdown_file in markdown_metadata %} {% if markdown_file.short_path %}
{{ markdown_file.short_path }}/{{ markdown_file.title }}
{% else %}
{{ markdown_file.title }}
{% endif %} {% endfor %}