Closed engnadeau closed 6 years ago
The following list without a blank space between the heading/list is valid GitHub Flavoured Markdown, according to the following parsers:
# Heading - Foo - Bar - X - Y
python3 setup.py check -r -s warning: Check: :4: (ERROR/3) Unexpected indentation. warning: Check: Invalid markup which will not be rendered on PyPI. error: Please correct your package.
Adding a blank line under the heading
# Heading
Foo
Bar
Removing the indentation
X
Y
Same question here as https://github.com/pypa/readme_renderer/issues/78#issuecomment-378388308.
see https://github.com/pypa/readme_renderer/issues/78#issuecomment-378391954
Solutions in:
Expected
The following list without a blank space between the heading/list is valid GitHub Flavoured Markdown, according to the following parsers:
Heading
Actual
Solutions
Adding a blank line under the heading
Foo
Bar
Removing the indentation
Foo
Bar
X
Y