Merge pull request #51 from rtfd/fix-list-styling

.NET template output breaks definition lists on listing pages
This commit is contained in:
Eric Holscher 2016-01-15 10:31:20 -08:00
commit 264cfcbf45

View File

@ -49,6 +49,8 @@
{% macro render() %}{{ obj_item.summary }}{% endmacro %}
{{ obj_item.type }} :dn:{{ obj_item.ref_directive }}:`{{ obj_item.ref_name }}`
.. object: type={{ obj_item.type }} name={{ obj_item.ref_name }}
{{ render()|indent(8) }}
{%- endfor %}