Fix indentation of code examples for properties.

pull/76/head
Daniel Roth 8 years ago
parent 58cb1ee64d
commit e51480d747

@ -26,5 +26,5 @@
{% if obj.example %} {% if obj.example %}
.. code-block:: csharp .. code-block:: csharp
{{ obj.example }} {{ obj.example|indent(8) }}
{%- endif %} {%- endif %}

Loading…
Cancel
Save