This shema using for django-rest-swagger [This](https://github.com/encode/django-rest-framework/blob/master/rest_framework/schemas.py#L479) code delete start/end spaces in descriptions. ``` lines = [line.strip() for line in description.splitlines()] ``` But spaces is a part markdown syntax! Where is it important: - list - sublist ``` - list - sublist ``` code ``` code ```