I have to remove all the trailing spaces (of lines) and empty lines from my summary markdown file to avoid the following error:
mkdocs_literate_nav.parser.LiterateNavParseError: Expected no text after '
...
', but got ' '.
Is it possible to tolerate extra spaces?