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 %}
.. code-block:: csharp
{{ obj.example }}
{{ obj.example|indent(8) }}
{%- endif %}

Loading…
Cancel
Save