{% for class_name, methods in markdown_examples.items() %}
{% for method_name, kwargs in methods.items() %}
{{ class_name }} - {{ method_name }}
{% endfor %}
{% endfor %}