Skip to content

Add Markdown linting for MkDocs documentation #8690

Discussion options

You must be logged in to vote

Okay, let's deal with discussing these one at a time...

  1. hard tab characters instead of using spaces for indentation

Yup agreed. We really don't want that. I was surprised to see that we've got several cases where that needs fixing up.

$ grep '\t' ./docs/*/*.md
./docs/api-guide/authentication.md:	from django.contrib.auth.models import User
./docs/api-guide/content-negotiation.md:	from myapp.negotiation import IgnoreClientContentNegotiation
./docs/api-guide/reverse.md:	from django.utils.timezone import now
./docs/api-guide/reverse.md:	class APIRootView(APIView):
./docs/api-guide/reverse.md:	    def get(self, request):
./docs/api-guide/reverse.md:	        year = now().year
./docs/api-gui…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@tomchristie
Comment options

@shyamkumaryadav
Comment options

@tomchristie
Comment options

@shyamkumaryadav
Comment options

Answer selected by tomchristie
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants