Skip to content

docs: fix indentation of nested lists #242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 14, 2024
Merged

Conversation

YDX-2147483647
Copy link
Contributor

@YDX-2147483647 YDX-2147483647 commented Jan 14, 2024

Nested lists require 4 spaces of indent in Python Markdown, which differs from GitHub Flavored Markdown.

This PR fixes the indent in https://guts.github.io/mkdocs-rss-plugin/#credits.

Relates-to: Python-Markdown/markdown#3

Besides, rg ' -' ./docs/ --type=md --context 5 finds another nested list, but its indentation is correct.

The timezones data depends on the Python version used to build:
- for Python >= 3.9, it uses the standard library and ships [tzdata](https://pypi.org/project/tzdata/) only on Windows which do not provide such data
- for Python < 3.9, [pytz](https://pypi.org/project/pytz/) is shipped.

Nested lists require 4 spaces of indent in Python Markdown, which differs from GitHub Flavored Markdown.

Relates-to: Python-Markdown/markdown#3
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jan 14, 2024
@Guts Guts merged commit bc4fc80 into Guts:main Jan 14, 2024
@YDX-2147483647 YDX-2147483647 deleted the indent branch January 14, 2024 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants