Merge pull request #67 from rtfd/dotnet-code-example-indent

Fix indentation on code block in .NET template
pull/70/head
Eric Holscher 9 years ago
commit 72a888edde

@ -45,7 +45,7 @@ Syntax
.. code-block:: csharp
{{ obj.example }}
{{ obj.example|indent(4) }}
{% endif %}

File diff suppressed because it is too large Load Diff

@ -89,8 +89,8 @@ class DotNetTests(LanguageIntegrationTests):
def test_integration(self):
self._run_test(
'dotnetexample',
'_build/text/autoapi/Microsoft/AspNet/JsonPatch/Adapters/IObjectAdapter-TModel/index.txt',
'Defines the operations that can be performed on a JSON patch document.'
'_build/text/autoapi/Microsoft/AspNet/Identity/IUserStore-TUser/index.txt',
'Provides an abstraction for a store which manages user accounts.'
)

Loading…
Cancel
Save